Description Usage Arguments Details Value Author(s) Examples
Segments, obtained by pcf
or multipcf
, are classified as "gain", "normal" or "loss" given the specified thresholds.
1 | callAberrations(segments, thres.gain, thres.loss = -thres.gain)
|
segments |
a data frame containing the segmentation results found by either |
thres.gain |
a numeric value giving the threshold to be applied for calling gains. |
thres.loss |
a numeric value giving the threshold to be applied for calling losses. Default is to use the negative value of |
Each region found in segments
is classified as "gain", "normal" or "loss". Regions with gain or loss will be those segments where the segment value is above or below the value given in thres.gain
or thres.loss
, respectively.
A new segment data frame where the segment values have been replaced by the classification "gain", "normal" or "loss".
Gro Nilsen
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.