xmapGene               package:exonmap               R Documentation

_O_p_e_n _a _b_r_o_w_s_e_r _w_i_n_d_o_w _a_t _t_h_e _X:_M_a_p _d_a_t_a_b_a_s_e, _c_e_n_t_e_r_e_d _o_n _t_h_e
_s_p_e_c_i_f_i_e_d _f_e_a_t_u_r_e

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

       v: Database identifier 

_D_e_t_a_i_l_s:

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

_A_u_t_h_o_r(_s):

     CJ Miller, MJ Okoniewski

_R_e_f_e_r_e_n_c_e_s:

     <URL:  http://bioinformatics.picr.man.ac.uk/>

_E_x_a_m_p_l_e_s:

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

