fData                package:SNPchip                R Documentation

_A_c_c_e_s_s_o_r _f_o_r _t_h_e _d_a_t_a._f_r_a_m_e _i_n _f_e_a_t_u_r_e_D_a_t_a

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

     This generic function accesses the 'data.frame' for the
     feature-level data, such as annotation of SNPs or genes.  fData is
     the analog of 'pData' that accesses the 'data.frame' for the
     'phenoData' 'AnnotatedDataFrame-class'.

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

     fData(object)

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

  object: Object, possibly derived from class 'eSet'

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

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

     'fData' and 'pData' both return data.frames.  'fData' will
     generally return a very large data.frame as the number of features
     is often very large.

_N_o_t_e:

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

     Robert Scharpf

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

_S_e_e _A_l_s_o:

     'AnnotatedDataFrame-class'

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

     data(annSnpset)
     fData(annSnpset)[1:5, ]

