Description Usage Arguments Details Value Author(s) References See Also Examples
Fit Dirichlet-Multinomial models to a sample x taxon count matrix.
1 |
count |
|
k |
|
verbose |
|
seed |
|
This implements Dirichlet-multinomial mixture models describe in the package help page, DirichletMultinomial-package.
An object of class dmn
, with elements (elements are usually
retrieved via functions defined in the package, not directly).
GoodnessOfFit |
NLE, LogDet, Laplace, AIC, and BIC criteria assessing goodness-of-fit. |
Group |
|
Mixture |
|
Fit |
|
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.
DirichletMultinomial-package,
vignette("DirichletMultinomial")
1 2 3 4 5 |
Loading required package: S4Vectors
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: ‘BiocGenerics’
The following objects are masked from ‘package:parallel’:
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from ‘package:stats’:
IQR, mad, sd, var, xtabs
The following objects are masked from ‘package:base’:
anyDuplicated, append, as.data.frame, basename, cbind, colnames,
dirname, do.call, duplicated, eval, evalq, Filter, Find, get, grep,
grepl, intersect, is.unsorted, lapply, Map, mapply, match, mget,
order, paste, pmax, pmax.int, pmin, pmin.int, Position, rank,
rbind, Reduce, rownames, sapply, setdiff, sort, table, tapply,
union, unique, unsplit, which.max, which.min
Attaching package: ‘S4Vectors’
The following object is masked from ‘package:base’:
expand.grid
Loading required package: IRanges
class: DMN
k: 4
samples x taxa: 278 x 130
Laplace: 38781.1 BIC: 40425.31 AIC: 39476.69
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.