-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
executable file
·54 lines (54 loc) · 1.27 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: MPLNClust
Type: Package
Title: Mixtures of Multivariate Poisson-Log Normal Model for Clustering Count Data
Version: 0.1.0
Authors@R: c(
person("Anjali", "Silva", email = "[email protected]", role = c("aut", "cre")),
person("Sanjeena", "Dang", role = "aut")
)
Maintainer: Anjali Silva <[email protected]>
Description: Performs clustering using mixtures of multivariate Poisson-log normal distribution
and model selection using AIC, AIC3, BIC and ICL. Permit to visualize clustering results.
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.4.0),
Rcpp (>= 0.12.0)
biocViews: Software, StatisticalMethod
Imports:
alluvial,
coda,
capushe,
cluster,
clusterGeneration,
dplyr,
edgeR,
gplots,
ggplot2,
grDevices,
MASS,
mclust,
mvtnorm,
randomcoloR,
RColorBrewer,
reshape,
rstan (>= 2.18.1),
parallel,
pheatmap,
shiny
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat,
knitr,
rmarkdown,
MBCluster.Seq,
Biostrings
License: MIT + file LICENSE
VignetteBuilder: knitr
URL: https://github.com/anjalisilva/MPLNClust
LinkingTo:
StanHeaders (>= 2.18.0),
rstan (>= 2.18.1),
BH (>= 1.66.0-1),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.4.0)