View source: R/get_genomic_features.R
get_genomic_features | R Documentation |
get_genomic_features(.featureId, datasetId = "gtex_v8")
.featureId |
String. A genomic feature e.g. GENCODE ID, RSID or GTEx Variant ID. |
datasetId |
String. Unique identifier of a dataset. Usually includes a data source and data release. Options: "gtex_v8", "gtex_snrnaseq_pilot". |
This endpoint takes a path parameter "featureId".
A tibble.
Other Reference Genome Endpoints:
get_exons()
,
get_gene_search()
,
get_genes()
,
get_gwas_catalog_by_location()
,
get_neighbor_gene()
,
get_transcripts()
## Not run:
# gene symbol
get_genomic_features("brca1")
# GENCODE ID
get_genomic_features("ENSG00000132693.12")
# RSID
get_genomic_features("rs1815739")
# GTEx variant ID
get_genomic_features("chr11_66561023_G_GTTA_b38")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.