xmapGene {exonmap}R Documentation

Open a browser window at the X:Map database, centered on the specified feature

Description

Displays gene/transcript/exon/probeset in a web browser using the X:Map genome database.

Usage

xmapGene(v)
xmapTranscript(v)
xmapExon(v)
xmapProbeset(v)

Arguments

v Database identifier

Details

The function attempts to open a new window using the default web browser, pointing at the X:Map website for the item of interest.

Author(s)

CJ Miller, MJ Okoniewski

References

http://bioinformatics.picr.man.ac.uk/

Examples

 
  if(interactive()) {
    xmapConnect()
    xmapGene("ENSG00000146556")
  }

[Package exonmap version 2.0.03 Index]