getNetworkAnalysis: Network Analysis

View source: R/getNetworkAnalysis.R

getNetworkAnalysisR Documentation

Network Analysis

Description

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.

Usage

getNetworkAnalysis(disease_list, dataset = c("miRNAs", "Genes")

Arguments

disease_list

Diseases for which comorbidity with PCOS will be analyzed. A possible list of diseases can be retrieved using the listDiseases function.

dataset

Dataset. It can either be "miRNAs" or "Genes".

Value

Disease-Disease Network.

Author(s)

Omar Hassoun

Examples

getNetworkAnalysis(disease_list = c("Keratomalacia","Xerotic keratitis"), dataset = "Genes")

omtarful/pcoskbR documentation built on March 20, 2022, 8:22 a.m.