genemodel: create GRanges instance with model for a gene
Description
create GRanges instance with model for a geneUsage
genemodel(key, keytype, annoResource = Homo.sapiens)
geneTxRange(sym, annoResource = Homo.sapiens)
map2range(maptag="17q12", annoResource = Homo.sapiens)
Arguments
sym
symbol used as key into annoResource
with keytype SYMBOL
key
string used as key into annoResource
with keytype keytype
maptag
string used as key into annoResource
with keytype MAP
keytype
string used as keytype for select
with annoResource
annoResource
OrganismDb instance
Details
map2range will obtain all TXSTART and TXEND for genes identified
through select with key maptag and return a single range with
min TXSTART and max TXENDExamples
Run this codegenemodel("IL33")
geneTxRange("IL33")
map2range("17q12")
Run the code above in your browser using DataLab