This 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, ...)
a phyloseq::phyloseq
object.
optional, additional named arguments passed to
edgeR::DGEList()
. Most users will not need to pass any additional
arguments here.
A edgeR::DGEList
object.
data(caporaso)
dge <- phyloseq2edgeR(caporaso)