xmapGene               package:exonmap               R Documentation

_L_i_n_k_i_n_g _t_o _X:_M_A_P _b_r_o_w_s_e_r

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

     Displays gene/transcript/exon/probeset in a web browser window
     using X:MAP browser.

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

     xmapGene(x)
     xmapTranscript(x)
     xmapExon(x)
     xmapProbeset(x)

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

       x: 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 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.

_V_a_l_u_e:

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

     Michal 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:

      
       ## Not run: 
         xmapGene("ENSG00000146556")
       
     ## End(Not run)

