phyloseq2edgeR | R Documentation |
DGEList
objectThis function convert phyloseq::phyloseq
object to
edgeR::DGEList
object, can then can be used to perform
differential analysis using the methods in edgeR.
phyloseq2edgeR(ps, ...)
ps |
a |
... |
optional, additional named arguments passed to
|
A edgeR::DGEList
object.
data(caporaso)
dge <- phyloseq2edgeR(caporaso)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.