stitchSVs | R Documentation |
Stitch together SVs that are close together. This should be done for SVs of the same type and genotype. When several SV pairs can be stitched in a cluster, only the best pair (closest to each other) is merged, hence this could be run several times (e.g. until the size of the output is similar to the input's).
stitchSVs(svs, stitch.dist = 20)
svs |
GRanges with SV information |
stitch.dist |
the maximum distance allowed for two SVs to be stitched. |
an upated GRanges.
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.