agACCNUM                 package:ag                 R Documentation

_M_a_p _M_a_n_u_f_a_c_t_u_r_e_r _i_d_s _t_o _G_e_n_B_a_n_k _A_c_c_e_s_s_i_o_n _N_u_m_b_e_r_s

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

     agACCNUM is an R environment that contains mappings between a
     manufacturer's ids and GenBank accession numbers.

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

     This environment was produced by first mapping the manufacturer's
     ids to Entrez Gene identifiers <URL:
     http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=gene>. The mapped
     Entrez Gene ids then serve as the point of linkage to the GenBank
     accession numbers.

     Each manufacturer id maps to a vector containing a GenBank
     accession number.

     Package built: Tue Oct  4 18:59:14 2005

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

             # Convert to a list
             xx <- as.list(agACCNUM)
             # Remove probe ids that do not map to any ACCNUM
             xx <- xx[!is.na(xx)]
             if(length(xx) > 0){
             # Get the ACCNUM for the first five probes
             xx[1:5]
             # Get the first one
             xx[[1]]
     }

