bioentity_genes_assoc_w_disease | R Documentation |
mimics https://api.monarchinitiative.org/api/bioentity/disease/MONDO
bioentity_genes_assoc_w_disease(disease, rows = 100, start = 0,
fetch_objects = FALSE)
disease |
An id for a disease, like a MONDO ID. |
rows |
Number of rows of results to fetch. |
start |
The starting row of the results to fetch. |
fetch_objects |
Whether or not to fetch objects at the top level of the json response. |
A list of (a list of information, monarch_api S3 class).
disease <- "MONDO:0006486" # uveal melanoma
bioentity_genes_assoc_w_disease(disease)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.