-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.17 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
Package: mixMVPLN
Type: Package
Title: Mixtures of Matrix Variate Poisson-log Normal Distributions
Version: 0.1.0
Authors@R: c(
person("Anjali", "Silva", email = "anjali.silva@uhnresearch.ca", role = c("aut", "cre")),
person("Sanjeena", "Dang", role = "aut")
)
Maintainer: Anjali Silva <anjali.silva@uhnresearch.ca>
Description: Performs model-based clustering using mixtures of matrix variate Poisson-log
normal (MVPLN) model. Markov chain Monte Carlo expectation-maximization algorithm
(MCMC-EM) is used for parameter estimation. Information criteria (AIC, BIC, AIC3 and
ICL) are offered for model selection.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends: R (>= 3.4.0),
Rcpp (>= 0.12.0)
biocViews: Software, StatisticalMethod
Imports:
coda,
cluster,
edgeR,
ggplot2,
mclust,
mvtnorm,
RColorBrewer,
reshape,
rstan (>= 2.18.1),
parallel,
shiny,
utils
Suggests:
testthat,
knitr,
rmarkdown,
shinyalert
VignetteBuilder: knitr
LinkingTo:
StanHeaders (>= 2.18.0),
rstan (>= 2.18.1),
BH (>= 1.66.0-1),
Rcpp,
RcppEigen (>= 0.3.3.4.0)