View source: R/stats_univariates.R
Volcano.Anal | R Documentation |
Perform volcano analysis
Volcano.Anal(mSetObj=NA, paired=FALSE, fcthresh,
cmpType, nonpar=F, threshp, equal.var=TRUE, pval.type="raw")
mSetObj |
Input the name of the created mSetObj (see InitDataObjects) |
paired |
Logical, T if data is paired, F if data is not. |
fcthresh |
Numeric, input the fold change threshold |
cmpType |
Comparison type, 0 indicates group 1 vs group 2, and 1 indicates group 2 vs group 1 |
nonpar |
Logical, indicate if a non-parametric test should be used (T or F) |
threshp |
Numeric, indicate the p-value threshold |
equal.var |
Logical, indicates if the group variance is equal (T) or unequal (F) |
pval.type |
To indicate raw p-values, use "raw". To indicate FDR-adjusted p-values, use "fdr". |
Jeff Xiajeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.