bioentity_gene_info: Gets gene info, like catgories and labels for a gene.

View source: R/monarchr.R

bioentity_gene_infoR Documentation

Gets gene info, like catgories and labels for a gene.

Description

The monarch_api class is included in return mainly for debugging the REST requests.

Usage

bioentity_gene_info(gene, rows = 100)

Arguments

gene

A valid monarch initiative gene id.

rows

Number of rows of results to fetch.

Details

https://api.monarchinitiative.org/api/bioentity/gene/NCBIGene https://api.monarchinitiative.org/api/bioentity/gene/HGNC

Value

A list of (list of gene information, monarch_api S3 class).

Examples

gene <-"NCBIGene:8314"
bioentity_gene_info(gene)

charlieccarey/monarchr documentation built on Dec. 12, 2023, 12:57 p.m.