xmapGene {exonmap} | R Documentation |
Displays gene/transcript/exon/probeset in a web browser using the X:Map genome database.
xmapGene(v) xmapTranscript(v) xmapExon(v) xmapProbeset(v)
v |
Database identifier |
The function attempts to open a new window using the default web browser, pointing at the X:Map website for the item of interest.
CJ Miller, MJ Okoniewski
http://bioinformatics.picr.man.ac.uk/
if(interactive()) { xmapConnect() xmapGene("ENSG00000146556") }