xmapGene {exonmap} | R Documentation |
Displays gene/transcript/exon/probeset in a web browser window using X:MAP browser.
xmapGene(x) xmapTranscript(x) xmapExon(x) xmapProbeset(x)
x |
Database identifier |
The function attempts to open a new window using the default web browser, pointing at the X:MAP website for the iteom of interest. In cases when the identifier is ambiguous (i.e., it mtaches multiple locations in the genome) or is incorrect, a warning message is issued.
Michal Okoniewski
http://bioinformatics.picr.man.ac.uk/
## Not run: xmapGene("ENSG00000146556") ## End(Not run)