rawMat-methods             package:xcms             R Documentation

_G_e_t _a _r_a_w _d_a_t_a _m_a_t_r_i_x

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

     Returns a matrix with columns for time, m/z, and intensity that
     represents the raw data from a chromatography mass spectrometry
     experiment.

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

  object: The container of the raw data

 mzrange: Subset by m/z range

 rtrange: Subset by retention time range

scanrange: Subset by scan index range

     log: Whether to log transform the intensities

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

     A numeric matrix with three columns: time, mz and intensity.

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



     _o_b_j_e_c_t = "_x_c_m_s_R_a_w" 'rawMat(object, mzrange = numeric(), rtrange =
          numeric(), scanrange = numeric(), log=FALSE)'


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

     Michael Lawrence

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

     'plotRaw' for plotting the raw intensities

