View source: R/extend_metagenomeSeq.R
phyloseq_to_metagenomeSeq | R Documentation |
No testing is performed by this function. The phyloseq data is converted
to the relevant MRexperiment-class
object, which can then be
tested in the zero-inflated mixture model framework
(e.g. fitZig
)
in the metagenomeSeq package.
See the
phyloseq-extensions
tutorials for more details.
phyloseq_to_metagenomeSeq(physeq, ...)
physeq |
(Required). |
... |
(Optional). Additional named arguments passed
to |
A MRexperiment-class
object.
fitTimeSeries
fitLogNormal
fitZig
MRtable
MRfulltable
# Check out the vignette metagenomeSeq for more details. # vignette("metagenomeSeq") data(soilrep) phyloseq_to_metagenomeSeq(soilrep)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.