compareSemmentations         package:snapCGH         R Documentation

_F_u_n_c_t_i_o_n _f_o_r _c_o_m_p_a_r_i_n_g _s_e_g_m_e_n_t_a_t_i_o_n _m_e_t_h_o_d_s _t_o _a _k_n_o_w_n _t_r_u_t_h

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

     This function takes a SegList and compares the breakpoints
     indicated in other SegLists with this original one.

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

     compareSegmentations(TrueSeg,offset = 0,...)

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

 TrueSeg: An object of class 'SegList' which is scored against.
          Normally the output from 'simulateData'.

  offset: Integer value between 0 and 2 specifying how close (in number
          of clones) to a true breakpoint the segmentation method must
          be before it is scored.

     ...: One or more objects of class 'SegList'.  These are compared
          to TrueSeg.

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

     The method returns a list containing two  matrices.  The first of
     these, $TPR, contains the true positive rate,  whilst the second,
     $FDR, holds the false discovery rate.  Both of these matrices are
     arranged such that a row represents a segmentation method and 
     each column is an array.

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

     John Marioni and Mike Smith

