get_genes | R Documentation |
This service returns information about reference genes. A genome build and GENCODE version must be provided.
Genes are searchable by gene symbol, GENCODE ID and versioned GENCODE ID.
Versioned GENCODE ID is recommended to ensure unique ID matching.
By default, this service queries the genome build and GENCODE version used by the latest GTEx release.
get_genes(
geneIds,
gencodeVersion = "v26",
genomeBuild = "GRCh38/hg38",
page = 0,
itemsPerPage = 250
)
geneIds |
A character vector of gene symbols, versioned gencodeIds, or unversioned gencodeIds. |
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_gene_search()
,
get_genomic_features()
,
get_gwas_catalog_by_location()
,
get_neighbor_gene()
,
get_transcripts()
## Not run:
get_genes(c("CRP", "IL6R"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.