Description Usage Arguments Value Examples
View source: R/ComputeEnrichment.R
This function allows you to compute enrichment fold change and p value(FDR) or each
1 2  | ComputeEnrichment(data.merged = P5.P6.readsnumber,
  FDRmethod = "qvalue")
 | 
data.merged | 
 The data prepared by "PrepareData"  | 
FDRmethod | 
 The method used to adjust p value. "qvalue" or "bonferroni" or "none"  | 
Return the data.merged that include p/fdr and fold change in the last column
1  | ComputeEnrichment(data.merged=P5.P6.readsnumber,FDRmethod="qvalue")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.