hgu133bGO2ALLPROBES         package:hgu133b         R Documentation

_M_a_p _B_e_t_w_e_e_n _G_e_n_e _O_n_t_o_l_o_g_y (_G_O) _I_d_e_n_t_i_f_i_e_r_s _a_n_d _a_l_l _M_a_n_u_f_a_c_t_u_r_e_r _I_d_e_n_t_i_f_i_e_r_s

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

     hgu133bGO2ALLPROBES is an R environment that provides mappings
     between a given GO id and all manufacturer ids.

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

     Each GO term maps to a named vector of manufacturer ids. The name
     associated with each manufacturer id corresponds to the evidence
     code for that GO id. The evidence code indicates what kind of
     evidence supports the association between the GO and Entrez Gene
     ids. Evidence codes currently in use include:

     IMP - inferred from mutant phenotype  

     IGI - inferred from genetic interaction

     IPI - inferred from physical interaction  

     ISS - inferred from sequence similarity  

     IDA - inferred from direct assay  

     IEP - inferred from expression pattern  

     IEA - inferred from electronic annotation  

     TAS - traceable author statement  

     NAS - non-traceable author statement  

     ND - no biological data available  

     IC - inferred by curator

     A GO id may be mapped to the same manufacturer id more than once
     but the evidence code can be different. Mappings between Gene
     Ontology ids and Gene Ontology terms and other information are
     available in a separate data package named GO.  

     Mappings were based on data provided:

     Entrez Gene:<URL:
     http://gopher5/compbio/annotationSourceData/ftp.ncbi.nlm.nih.gov/g
     ene/DATA/>. Built: Source data downloaded from Entrez Gene on Tue
     Oct  4 20:07:35 2005

     Package built Tue Oct  4 20:23:42 2005

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

     <URL: ftp://ftp.ncbi.nlm.nih.gov/gene/DATA/>

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

         # Convert to a list
         xx <- as.list(hgu133bGO2ALLPROBES)
         if(length(xx) > 0){
             # Gets the probe ids for the top 2nd and 3nd GO ids
             goids <- xx[2:3]
             # Gets all the probe ids for the first element of goids
             goids[[1]]
             # Evidence code for the mappings
             names(goids[[1]])
         }

