met.FC.Anal | R Documentation |
Perform fold change analysis, method can be mean or median
met.FC.Anal(
mSetObj = NA,
log2fc.thresh = 1,
grp1 = NULL,
grp2 = NULL,
paired = FALSE
)
mSetObj |
Enter the name of the created mSet object. (see |
log2fc.thresh |
(Numeric) Log2(fold-change) threshold that is considered relevant. |
grp1 |
(Character) Enter name of the first group for the contrast |
grp2 |
(Character) Enter name of the second group for the contrast |
paired |
(Logical) Are the data in both groups paired ( |
The input mSet object with results of fold-change analysis added at mSetObj$analSet$fc$grp1
_vs_grp2
.
Nicolas T. Wirth mail.nicowirth@gmail.com Technical University of Denmark License: GNU GPL (>= 2)
adapted from FC.Anal
(https://github.com/xia-lab/MetaboAnalystR).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.