annotatedDataFrameFrom-methods    package:Biobase    R Documentation

_M_e_t_h_o_d_s _f_o_r _F_u_n_c_t_i_o_n _a_n_n_o_t_a_t_e_d_D_a_t_a_F_r_a_m_e_F_r_o_m _i_n _P_a_c_k_a_g_e _B_i_o_b_a_s_e

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

     'annotatedDataFrameFrom' is a convenience for creating
     'AnnotatedDataFrame' objects.

_M_e_t_h_o_d_s:

     Use the method with 'annotatedDataFrameFrom(object, byrow=FALSE,
     ...)'; the argument 'byrow' _must_ be specified.

     '_s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t="_a_s_s_a_y_D_a_t_a")' This method creates an
          'AnnotatedDataFrame' using sample (when 'byrow=FALSE') or
          feature ('byrow=TRUE') names and dimensions of an 'AssayData'
          object as a template.

     '_s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t="_m_a_t_r_i_x")' This method creates an
          'AnnotatedDataFrame' using column (when 'byrow=FALSE') or row
          ('byrow=TRUE') names and dimensions of a 'matrix' object as a
          template.

     '_s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t="_N_U_L_L")' This method (called with 'NULL' as the
          object) creates an empty 'AnnotatedDataFrame'; provides
          'dimLabels' based on value of 'byrow'.

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

     Biocore team

