View source: R/getGeneIDsFromTxDb.R
getGeneIDsFromTxDb | R Documentation |
retrieve gene ids from txdb object by genomic location.
getGeneIDsFromTxDb(gr, txdb)
gr |
GRanges object. |
txdb |
An object of |
A character vector of gene ids
library(TxDb.Hsapiens.UCSC.hg19.knownGene)
gr <- parse2GRanges("chr11:122,830,799-123,116,707")
ids <- getGeneIDsFromTxDb(gr, TxDb.Hsapiens.UCSC.hg19.knownGene)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.