nudSegmentation           package:snapCGH           R Documentation

_A_s_s_i_g_n_s _e_a_c_h _s_e_g_m_e_n_t _o_f _e_a_c_h _s_a_m_p_l_e _t_o _e_i_t_h_e_r '_n_o_r_m_a_l', '_u_p', '_d_o_w_n', '_a_m_p_l_i_f_i_e_d', _o_r '_d_e_l_e_t_e_d'

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

     Classifies each segment in each sample in a SegList according to
     the absolute magnitude of the segment and the noisiness of the
     data for that sample.

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

     nudSegmentation(seg, factor.change = 0.75, amplified.max.width = 10,
     deleted.max.width = 10, amplified.magnitude = 1, deleted.magnitude = 1,
     cellularity)

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

     seg: Object of class 'SegList'

factor.change: Factor of estimated noise by which a segment should
          deviate from zero to be classified as gained or lost.

amplified.max.width: Maximum width permitted for a segment to be
          classified as an amplicon.

deleted.max.width: Maximum width permitted for a segment to be
          classified as a deletion.

amplified.magnitude: Minimum (absolute) segmentation value permitted
          for a segment to be classified as an amplicon.

deleted.magnitude: Minimum (absolute) segmentation value permitted for
          a segment to be classified as a deletion.

cellularity: If present, a vector of the same length as the number of
          samples in seg, giving cellularity values as a fraction
          between 0-1. NAs should be used where these are not known.

_D_e_t_a_i_l_s:

     The function classifies each segment as either 'normal', 'up',
     'down', 'amplified' or 'deleted'. A region is classified as 'up'
     or 'down' if the segmentation value is more (in absolute value)
     than 'factor.change' multiplied by the interquartile range of the
     difference between observed and predicted values for each
     observation on the genome. A region is classified as amplified or
     deleted if it falls within the constraints of the arguments given.
     It is felt that regions of amplification or deletion should be
     sufficiently striking not to be affected by the noise of the data.
     The 'cellularity' argument, if given, adjusts the thresholds for
     identifying 'up' and 'down' regions in terms of the level of
     cellularity given. Thus, for a sample of low observed cellularity,
     smaller changes should be identified as gains or losses. In cases
     of sufficiently low cellularity, this will inevitably lead to
     greater misclassification and so the classification on these
     samples should be checked and, if necessary, the sample discarded.

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

     Object of class 'SegList, now with a \$regions element. \$regions
     is a list of the same length as the number of samples in seg, each
     element of which is a data.frame containing an annotation of the
     classification for the associated sample.'

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

     Tom Hardcastle

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

     'plotSegmentedGenome' 'SegList'

