getScan-methods             package:xcms             R Documentation

_G_e_t _m/_z _a_n_d _i_n_t_e_n_s_i_t_y _v_a_l_u_e_s _f_o_r _a _s_i_n_g_l_e _m_a_s_s _s_c_a_n

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

     Return the data from a single mass scan using the numeric index of
     the scan as a reference.

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

  object: the 'xcmsRaw' object

    scan: integer index of scan. if negative, the index numbered from
          the end 

massrange: limit data points returned to those between in the range, 
          'range(massrange)' 

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

     A matrix with two columns: 

      mz: m/z values

intensity: intensity values

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


     _o_b_j_e_c_t = "_x_c_m_s_R_a_w" 'getScan(object, scan, massrange = numeric())'


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

     'xcmsRaw-class', 'getSpec'

