Description Usage Arguments Value Author(s) Examples
Function to get a range around a gene, using an OrganismDb or TxDb object
1 2 | fetch_view_range(db_object, symbol, keytype = c("SYMBOL", "TXNAME"),
relative = c("TSS", "TTS", "full"), up = 1000, down = 1000)
|
db_object |
OrganismDb or TxDb object |
symbol |
name of gene |
keytype |
type of key |
relative |
get range relative to TSS, TTS, or full gene |
up |
basepairs upstream to include |
down |
basepairs downstream to include |
GenomicRanges
Alicia Schep and Justin Finkle
1 2 | library(Homo.sapiens)
fetch_view_range(Homo.sapiens,"GLI2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.