bioentity_pathways_assoc_w_gene | R Documentation |
Given a gene, what pathways are associated with it.
bioentity_pathways_assoc_w_gene(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/HGNC
A list of (tibble of pathways information, monarch_api S3 class).
gene <- "NCBIGene:8314"
bioentity_pathways_assoc_w_gene(gene)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.