-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 1002 Bytes
/
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
Package: mixMPLNFA
Type: Package
Title: Mixtures of Multivariate Poisson-Log Normal Factor Analyzers for Clustering Count Data
Version: 0.1.0
Authors@R: c(
person("Anjali", "Silva", email = "anjali@alumni.uoguelph.ca", role = c("aut", "cre")),
person("Sanjeena", "Dang", role = "aut"),
person("Andrea", "Payne", role = "aut")
)
Maintainer: Anjali Silva <anjali@alumni.uoguelph.ca>
Description: Performs clustering using mixtures of multivariate Poisson-log normal factor
analyzers and model selection using AIC, AIC3, BIC and ICL. Permit to visualize
clustering results.
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.4.0)
biocViews: Software, StatisticalMethod
Imports:
edgeR,
mclust,
mvtnorm,
RColorBrewer
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
MPLNClust
License: MIT + file LICENSE
VignetteBuilder: knitr
URL: https://github.com/anjalisilva/mixMPLNFA
Config/testthat/edition: 3