MAUPSr | R Documentation |
rMAUPS pipeline - QC, differential analysis, integrative analysis.
MAUPSr(metadata, outdir = "./", qc = TRUE, type = "msms", method = "limma")
metadata |
File path or data frame of the meta data, including columns of Experiment, Sample, Condition, and multiple comparisons. |
outdir |
Output directory. |
qc |
Boolean, specifying whether perform the quanlity control. |
type |
Could be "msms", "RNASeq", or "Arrary". |
method |
A character, specifying the method for differential analysis. Optional methods include DESeq2 (RNASeq), GFOLD (RNASeq), limma, glm.pois, glm.qlll, and glm.nb. |
No return value. Output multiple files into local folder.
Wubing Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.