Description Usage Arguments Details Value Author(s) References See Also Examples
Fit Dirichlet-Multinomial generative classifiers to groups (rows) within a sample x taxon count matrix.
1 2 |
count |
|
group |
|
k |
|
... |
Additional arguments, passed to |
simplify |
Return only the best-fit model for each group? |
.lapply |
An |
This function divided count
into groups defined by
group
, creates all combinations of group
x k
,
and evaluates each using dmn
. When simplify=TRUE
,
the best (Laplace) fit is selected for each group.
An object of class dmngroup
, a list of fitted models of class
dmn
. When simplify=TRUE
, elements are named by
the group to which they correspond.
Martin Morgan mailto:mtmorgan@fhcrc.org
Holmes I, Harris K, Quince C, 2012 Dirichlet Multinomial Mixtures: Generative Models for Microbial Metagenomics. PLoS ONE 7(2): e30126. doi:10.1371/journal.pone.0030126.
dmn
, DirichletMultinomial-package,
vignette("DirichletMultinomial")
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.