View source: R/getNetworkAnalysis.R
getNetworkAnalysis | R Documentation |
Iluustrates a disease-disease network through shared genes. Each node represents a disease. A connection is made between two nodes is done if they share one or more genes. Size of the node represents the number of genes associated with the given disease. The width of each edge increases with a higher number of shared genes.
getNetworkAnalysis(disease_list, dataset = c("miRNAs", "Genes")
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". |
Disease-Disease Network.
Omar Hassoun
getNetworkAnalysis(disease_list = c("Keratomalacia","Xerotic keratitis"), dataset = "Genes")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.