Skip to content
Permalink
master
Switch branches/tags

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?
Go to file
 
 
Cannot retrieve contributors at this time
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