getVennAnalysis | R Documentation |
Illustrates shared genes, ontologies or pathways between diseases as 6-way Venn Diagram. It takes a vector of up to 6 diseases and options.
getVennAnalysis(disease_list, option = "Genes")
disease_list |
Diseases for which comorbidity with PCOS will be analyzed. A possible list of diseases can be retrieved using the |
option |
It can either be "Genes", "Pathways" or "Ontologies". |
A Venn diagram.
getVennAnalysis(disease_list = c("Tangier Disease", "Hypercholesterolemia", "Neuropathy" ), option = "Genes")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.