annaffySUMFUNC            package:annaffy            R Documentation

_S_u_b_s_e_t _o_f _a_n_n_o_t_a_t_i_o_n _d_a_t_a _f_i_l_e _f_o_r _S_U_M_F_U_N_C _i_n _t_h_e _h_g_u_9_5_a_v_2 _p_a_c_k_a_g_e

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

     This is an R environment object containing key and value pairs for
     the mappings between probe identifiers (key) and summaries of the
     function (value), which are brief descriptions of the function of
     the products of genes. Keys can be accessed using ls(name) and
     values using get(key, name) or multiget(keys, name). Values are
     vectors of length 1. NA is assigned to probe identifiers that can
     not be mapped to any summary of function at this time.

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

     Mappings were based on data provided by LocusLink

     Source data built: LocusLink built: June 23, 2003.<URL:
     ftp://ftp.ncbi.nih.gov/refseq/LocusLink/LL_tmpl.gz>. Package
     built: Thu Jun 26 05:23:11 2003

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

     <URL: ftp://ftp.ncbi.nih.gov/refseq/LocusLink/LL_tmpl.gz>

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

     xx <- ls(env = annaffySUMFUNC)
     get(xx[1], env = annaffySUMFUNC)

