Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
multimodalR/DESCRIPTION
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
38 lines (38 sloc)
1.1 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package: multimodalR | |
Title: Simulation of multimodal gene expression, evaluation of algorithms detecting multimodality in gene expression data sets, and detection of multimodal genes in gene expression data sets | |
Version: 0.0.0.9000 | |
Authors@R: c(person("Svenja Kristina", "Beck", email = "svenja-kristina.beck@mpi-bn.mpg.de", role = c("aut", "cre")), | |
person("Jens", "Preussner", email = "jens.preussner@mpi-bn.mpg.de", role = c("aut"))) | |
Description: multimodalR is an R package to simulate multimodal gene expression data, to evaluate different algorithms detecting multimodality and to detect bimodality or multimodality in data sets. | |
Depends: R (>= 3.4.2) | |
License: MIT + file LICENSE | |
Encoding: UTF-8 | |
LazyData: true | |
RoxygenNote: 6.0.1 | |
Imports: LaplacesDemon, | |
checkmate, | |
silvermantest, | |
methods, | |
dbscan, | |
flexmix, | |
plyr, | |
mclust, | |
diptest, | |
ggplot2, | |
reshape2, | |
biomaRt, | |
doParallel, | |
foreach, | |
reticulate, | |
stats, | |
dplyr, | |
magrittr, | |
stringr, | |
survival, | |
ggkm, | |
KEGGREST, | |
cowplot, | |
utils | |
Suggests: knitr, | |
rmarkdown | |
VignetteBuilder: knitr |