Description Usage Arguments Value Examples
View source: R/getGeneIDsFromTxDb.R
retrieve gene ids from txdb object by genomic location.
1 | getGeneIDsFromTxDb(gr, txdb)
|
gr |
GRanges object. |
txdb |
An object of |
A character vector of gene ids
1 2 3 | 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.