trim_to_coverage | R Documentation |
Trim segments with respect to the kit's coverage.
trim_to_coverage(segments, kit.coverage)
segments |
A |
kit.coverage |
A |
All segments that are not entirely contained within the kit coverage will be trimmed to the coverage's limits.
A GRanges
object containing the cleaned segments, their copy
number and copy number types.
segs.trimmed <- trim_to_coverage(segs.chas_example, oncoscan_na33.cov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.