bioentity_gene_info | R Documentation |
The monarch_api class is included in return mainly for debugging the REST requests.
bioentity_gene_info(gene, rows = 100)
gene |
A valid monarch initiative gene id. |
rows |
Number of rows of results to fetch. |
https://api.monarchinitiative.org/api/bioentity/gene/NCBIGene https://api.monarchinitiative.org/api/bioentity/gene/HGNC
A list of (list of gene information, monarch_api S3 class).
gene <-"NCBIGene:8314"
bioentity_gene_info(gene)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.