View source: R/getGeneNetworkAnalysis.R
getGeneNetworkAnalysis | R Documentation |
This function produces as output a list of genes with their network properties and tissue specific interactions given a set of diseases. For more details of the methodology refer to PCOSKBR2: a database of genes, diseases, pathways, and networks associated with polycystic ovary syndrome.
getGeneNetworkAnalysis(disease_list, 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 |
database |
Database from which pathways will be extracted. It can either be "KEGG" or "Reactome". |
A data.frame
containing genes with network properties and tissue specific interactions.
Omar Hassoun
getGeneNetworkAnalysis(disease_list = c("Psychomotor Disorders", "Psychosexual Disorders" , "Pubertal Disorder"),
database = "Reactome")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.