Description Usage Arguments Value See Also Examples
View source: R/extend_metagenomeSeq.R
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.
1 | phyloseq_to_metagenomeSeq(physeq, ...)
|
physeq |
(Required). |
... |
(Optional). Additional named arguments passed
to |
A MRexperiment-class
object.
fitTimeSeries
fitLogNormal
fitZig
MRtable
MRfulltable
1 2 3 4 | # Check out the vignette metagenomeSeq for more details.
# vignette("metagenomeSeq")
data(soilrep)
phyloseq_to_metagenomeSeq(soilrep)
|
Loading required namespace: metagenomeSeq
Failed with error: 'there is no package called 'metagenomeSeq''
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.