View source: R/peaks_to_function.R
PerformPSEA | R Documentation |
This is the main function that performs either the mummichog algorithm, GSEA, or both for peak set enrichment analysis.
PerformPSEA(mSetObj=NA, lib, libVersion, minLib, permNum = 100)
mSetObj |
Input the name of the created mSetObj object. |
lib |
Input the name of the organism library, default is hsa_mfn. |
libVersion |
Input the version of the KEGG pathway libraries ("current" or "old"). |
minLib |
Numeric, input the minimum number of metabolites needed to consider the pathway or metabolite set. |
permNum |
Numeric, input the number of permutations to perform. Default is 100. |
Jasmine Chong, Jeff Xia jeff.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.