AlignedDataFrame          package:ShortRead          R Documentation

_A_l_i_g_n_e_d_D_a_t_a_F_r_a_m_e _c_o_n_s_t_r_u_c_t_o_r

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

     Construct an 'AlignedDataFrame' from a data frame and its metadata

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

     AlignedDataFrame(data, metadata, nrow = nrow(data))

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

    data: A data frame containing alignment information.

metadata: A data frame describing the columns of 'data', and with
          number of rows of 'metadata' corresponding to number of
          columns of 'data'. . The data frame must contain a column
          'labelDescription' providing a verbose description of each
          column of 'data'.

    nrow: An optional argument, to be used when 'data' is not provided,
          to construct an AlignedDataFrame with the specified number of
          rows.

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

     An object of 'AlignedDataFrame'.

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

     Martin Morgan <mtmorgan@fhcrc.org>

