View source: R/stat.getORA_Metabolon.r
stat.getORA_Metabolon | R Documentation |
A function that returns the pathway enrichment score for all perturbed metabolites in a patient's full metabolomic profile.
stat.getORA_Metabolon( met.profile, threshold = 3, type = "zscore", gene.profile = NULL )
met.profile |
- A character vector of a patient's metabolomic profile, including KEGG IDs and the associated z-score or p-value describing the level of the metabolite compared to controls. |
threshold |
- A cutoff to select metabolites with a zscore > threshold or < -1*threshold. |
type |
- Either "p-value" or "z-score". |
gene.profile |
- Default set to NULL, meaning the default enrichment analysis only considers metabolites. However, if you have gene data, too, set this parameter to a character vector of the gene names with found variants in the patient's record. Gene IDs must be converted to Entrez Identifiers. |
pathway.data = stat.getORA_Metabolon(met.profile, threhold=3, "z-score", NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.