Description Usage Arguments Value Author(s)
This function filters the output of a segmentation and label process. It allows to keep only segments over a minimal length or containing at least a minimal number of probes.
| 1 2 | 
| segmentList | A data.frame containing a description of segments, it must have at least columns named "chromStart", "chromEnd", "probes" and "calls". (see the output of cnSegCallingProcess function). | 
| minLength | The minimum length (in bp) for a segment. All the shorter segments are removed. | 
| minProbes | The minimum number of probes for a segment. All the segments with less probes are removed. | 
| keptLabel | Vector of labels to keep. Only segment with one of the specified label will be kept. | 
a data.frame of the same format as segmentList.
Quentin Grimonprez
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.