copynumber              package:CGHbase              R Documentation

_R_e_t_r_i_e_v_e _c_o_p_y_n_u_m_b_e_r _d_a_t_a _f_r_o_m _c_g_h _o_b_j_e_c_t_s.

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

     These generic functions access the copynumber values of assay data
     stored in an object derived from the 'cghRaw-class', 
     'cghSeg-class' or 'cghCall-class'.

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

     copynumber(object)
     copynumber(object) <- value
     segmented(object)
     segmented(object) <- value
     calls(object)
     calls(object) <- value

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

  object: Object derived from class 'cghRaw', 'cghSeg', or 'cghCall'

   value: Matrix with rows representing features and columns samples.

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

     'copynumber' returns a matrix of copynumber values;

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

     Sjoerd Vosse

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

     'cghRaw-class', 'cghSeg-class', 'cghCall-class'

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

             data(WiltingCalled)
             log2ratios <- copynumber(WiltingCalled)
             segments <- segmented(WiltingCalled)
             calls <- calls(WiltingCalled)   

