phyloseq_to_edgeR {MiscMetabar} | R Documentation |
Convert phyloseq OTU count data into DGEList for edgeR package
Description
Convert phyloseq OTU count data into DGEList for edgeR package
Usage
phyloseq_to_edgeR(physeq, group, method = "RLE", ...)
Arguments
physeq |
(required): a |
group |
(required) A character vector or factor giving the experimental
group/condition for each sample/library. Alternatively, you may provide
the name of a sample variable. This name should be among the output of
|
method |
The label of the edgeR-implemented normalization
to use.
See
|
... |
Additional arguments passed on to |
Value
A DGEList object. See edgeR::estimateTagwiseDisp()
for more details.