View source: R/get_gene_search.R
get_gene_search | R Documentation |
Find genes that are partial or complete match of a gene_id
gene_id could be a gene symbol, a gencode ID, or an Ensemble ID
Gencode Version and Genome Build must be specified
get_gene_search(
geneId,
gencodeVersion = "v26",
genomeBuild = "GRCh38/hg38",
page = 0,
itemsPerPage = 250
)
geneId |
String. A gene symbol, a gencode ID, or an Ensemble ID. |
gencodeVersion |
String (default = "v26"). GENCODE annotation release. Either "v26" or "v19". |
genomeBuild |
String. Options: "GRCh38/hg38", "GRCh37/hg19". Default = "GRCh38/hg38". |
page |
Integer (default = 0). |
itemsPerPage |
Integer (default = 250). |
A tibble.
Other Reference Genome Endpoints:
get_exons()
,
get_genes()
,
get_genomic_features()
,
get_gwas_catalog_by_location()
,
get_neighbor_gene()
,
get_transcripts()
## Not run:
get_gene_search("CRP")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.