https://github.com/bioconductor-source/semisup
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.1%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: bioconductor-source
- Language: R
- Default Branch: devel
- Size: 235 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
[](https://travis-ci.org/rauschenberger/semisup)
[](https://ci.appveyor.com/project/rauschenberger/semisup)
[](https://codecov.io/github/rauschenberger/semisup?branch=master)
## Scope
Implements a parametric semi-supervised mixture model. The permutation test detects markers with main or interactive effects, without distinguishing them. Possible applications include genome-wide association studies and differential expression analyses.
## Installation
The package semisup depends on [R >= 3.0.0](https://cran.r-project.org/), and is available from [Bioconductor](http://bioconductor.org/packages/semisup/):
```{r eval=FALSE}
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("semisup")
```
Alternatively, it can be installed from [GitHub](https://github.com/rauschenberger/semisup). This requires the package [devtools](https://CRAN.R-project.org/package=devtools):
```{r eval=FALSE}
devtools::install_github("rauschenberger/semisup",build_vignettes=TRUE)
```
Please restart R before loading the package and its documentation:
```{r eval=FALSE}
library(semisup)
utils::help(semisup)
utils::vignette("semisup")
```
## Reference
A Rauschenberger, RX Menezes, MA van de Wiel, NM van Schoor, and MA Jonker (2020). Semi-supervised mixture test for detecting markers associated with a quantitative trait.
Manuscript in preparation. (outdated version: [html](https://arxiv.org/abs/1805.09175) [pdf](https://arxiv.org/pdf/1805.09175))
[](http://bioconductor.org/packages/devel/bioc/html/semisup.html#archives)
[](http://bioconductor.org/packages/stats/bioc/semisup/)
[](https://support.bioconductor.org/t/semisup/)
[](http://bioconductor.org/packages/devel/bioc/html/semisup.html#since)
[](http://bioconductor.org/checkResults/devel/bioc-LATEST/semisup/)
Owner
- Name: (WIP DEV) Bioconductor Packages
- Login: bioconductor-source
- Kind: organization
- Email: maintainer@bioconductor.org
- Website: https://bioconductor.org
- Repositories: 1
- Profile: https://github.com/bioconductor-source
Source code for packages accepted into Bioconductor
GitHub Events
Total
Last Year
Dependencies
DESCRIPTION
cran
- R >= 3.0.0 depends
- VGAM * imports
- SummarizedExperiment * suggests
- knitr * suggests
- testthat * suggests