getLocation {trackViewer} | R Documentation |
given a gene name, get the genomic coordinates.
getLocation(symbol, txdb, org)
symbol |
Gene symbol |
txdb |
txdb will be used to extract the genes |
org |
org package name |
library(TxDb.Hsapiens.UCSC.hg19.knownGene) library(org.Hs.eg.db) getLocation("HSPA8", TxDb.Hsapiens.UCSC.hg19.knownGene, "org.Hs.eg.db")