getLocation: get genomic location by gene symbol

Description Usage Arguments Examples

View source: R/getLocation.R

Description

given a gene name, get the genomic coordinates.

Usage

1
getLocation(symbol, txdb, org)

Arguments

symbol

Gene symbol

txdb

txdb will be used to extract the genes

org

org package name

Examples

1
2
3
library(TxDb.Hsapiens.UCSC.hg19.knownGene)
library(org.Hs.eg.db)
getLocation("HSPA8", TxDb.Hsapiens.UCSC.hg19.knownGene, "org.Hs.eg.db")

trackViewer documentation built on Feb. 11, 2021, 2 a.m.