Description Usage Arguments Details Examples
View source: R/somatic_features.R
Determines the structural variant type
1 | svType(x)
|
x |
A GRanges object containing breakpoint 1 with a GRanges for breakpoint 2 in a metadata column caled linked.to |
For intrachromosomal events, it is expected that the position of breakpoint 1 is less than the position of breakpoint 2. When the chromosome is not the same, the SV is assigned 'TRA', when the chromosome is the same, it is assgned 'INV' if the strands are ++ or –, 'DEL' if the strands are +-, and 'DUP' if the strands are -+.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.