hgu95Achrom             package:annotate             R Documentation

_A_n_n_o_t_a_t_i_o_n _d_a_t_a _f_o_r _t_h_e _A_f_f_y_m_e_t_r_i_x _H_G_U_9_5_A _G_e_n_e_C_h_i_p

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

     Data, in the form of environments for the Affymetrix U95A chip.

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

     data(hgu95Achrom)
      data(hgu95AchromNames)

_F_o_r_m_a_t:

     This data set provides an environment (treat as a hashtable) with
     mappings from the Affymetrix identifiers to chromosome
     number/name. The environment functions like a hashtable and can be
     accessed using `multiget'. If the returned value is `NA' then the
     current  mapping was unable to identify this. Mappings and data
     sources are constantly evolving so updating often is recommended.

     `hgu95AchromNames' is a character vector with the chromosome names
     in the order, 1 through 22 then X then Y. This is useful for
     ordering the chromosomes in some plotting functions.

_S_o_u_r_c_e:

     The `AnnBuilder' package.

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

      data(hgu95Achrom)
      data(eset)
      multiget(geneNames(eset)[330:340], env=hgu95Achrom)
      data(hgu95AchromNames)

