phyloseq2DESeq2 | R Documentation |
phyloseq-class
object to DESeqDataSet-class
objectThis function convert [phyloseq::phyloseq-class] to [
DESeq2::DESeqDataSet-class], which can then be tested using [
DESeq2::DESeq()'].
phyloseq2DESeq2(ps, design, ...)
ps |
the [phyloseq::phyloseq-class |
design |
a |
... |
additional arguments passed to
|
a DESeq2::DESeqDataSet
object.
DESeq2::DESeqDataSetFromMatrix()
,DESeq2::DESeq()
data(caporaso)
phyloseq2DESeq2(caporaso, ~SampleType)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.