PathwayAnalysis | R Documentation |
For selected diseases, this tool gives a list of enriched pathways.
PathwayAnalysis(disease_list, dataset = c("miRNAs", "Genes"), database = c("KEGG", "Reactome"))
disease_list |
Diseases for which comorbidity with PCOS will be analyzed. A possible list of diseases can be retrieved using the |
dataset |
Dataset. It can either be "miRNAs" or "Genes". |
database |
Database from which pathways will be extracted. It can either be "KEGG" or "Reactome". |
data.frame
of enriched pathways.
Omar Hassoun
PathwayAnalysis(disease_list = c("Tangier Disease", "Hypoalphalipoproteinemia", "Neuropathy"),
dataset = "Genes",
database = "KEGG")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.