bioentity_homologs | R Documentation |
Replicates info in view: https://api.monarchinitiative.org/api/#!/bioentity/get_gene_homologs
bioentity_homologs(gene, homolog_taxon = NULL, rows = 100)
gene |
A valid monarch initiative gene id. |
homolog_taxon |
A taxon for the target organism. |
rows |
Number of rows of results to fetch. Taxon takes the form NCBITaxon:id. (human: NCBITaxon:9606) |
mimics calls like these
https://api.monarchinitiative.org/api/bioentity/gene/NCBIGene https://api.monarchinitiative.org/api/bioentity/gene/HGNC
A list of (tibble of homolog information, monarch_api S3 class).
gene <-"NCBIGene:8314"
bioentity_homologs(gene)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.