View source: R/associated_diseases.R
associated_diseases | R Documentation |
What diseases are known to be associated with genes
associated_diseases( genes, api_token, cutoff = 0, disease_classes = c("C20", "C05", "C10", "C17"), source = "CURATED", delim = "; ", verbose = TRUE )
genes |
A list of gene names |
api_token |
The authentication token by DisGenNet (Sign up here: https://www.disgenet.org/signup/). Then run get_api_key(email, password). |
cutoff |
The DisGeNET Score cutoff |
disease_classes |
The MeSH disease classes to use ("C20"=Immune System Diseases) |
source |
The source of the GDA (see https://www.disgenet.org/dbinfo) |
delim |
The deliminator for returning traits |
verbose |
Whether to spit out results |
https://www.disgenet.org/api/#/GDA/gdaByGene
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.