Description Usage Arguments Value Examples
View source: R/differentialAnalysis.R
Further details.
1 | phyloseq_to_edgeR(physeq, group, method = "RLE", ...)
|
physeq |
(Required). |
group |
(Required). A character vector or factor giving the experimental group/condition for each sample/library. |
method |
(Optional). |
... |
Additional arguments passed on to |
dispersion
1 2 3 4 | data_dir_test <- system.file("data", package = "PathoStat")
pstat_test <- loadPstat(indir=data_dir_test,
infileName="pstat_data_2_L1.rda")
phyloseq_to_edgeR(pstat_test, group="Sex")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.