Description Usage Arguments Details Examples
View source: R/somatic_features.R
Determines the structural variant size
1 | svSize(x)
|
x |
A GRanges object containing breakpoint 1 with a GRanges for breakpoint 2 in a metadata column caled linked.to |
For intrachromosomal evenets, it is expected that the position of breakpoint 1 is less than the position of breakpoint 2. Size is computed as 1/breakpoint distance (in megabases) for intrachromosomal events and is set to 0 for interchromosomal events.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.