xsAnnotate              package:CAMERA              R Documentation

_C_o_n_s_t_r_u_c_t_o_r _f_o_r _a _x_s_A_n_n_o_t_a_t_e _o_b_j_e_c_t _w_h_i_c_h _o_n_e _a_s_s_i_g_n_e_d _x_c_m_s_S_e_t _o_b_j_e_c_t

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

     This function handles the construction of xsAnnotate object. It is
     generate from a xcmsSet object adapt its peaktable.

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

       xsAnnotate(xs = NULL,sample=NA,category=NA)

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

      xs: a 'xcmsSet' object

  sample: Index of the group xcmsSet sample, that is used for the EIC
          corelations step. 

category: Class label, for the class label of a grouped xcmsSet with
          different classes. 

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

     A 'xsAnnotate' object.

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

     Carsten Kuhl, ckuhl@ipb-halle.de

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

     'xsAnnotate-class'

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

      library(faahKO)
      xs <- group(faahko)
      xs_anno <- xsAnnotate(xs, sample=1, category="WT")

