Description Usage Arguments Value
View source: R/extensions-VCF.R
Adjusting the nominal position of a pair of partnered breakpoint.
1 2 3 4 5 | align_breakpoints(
vcf,
align = c("centre"),
is_higher_breakend = names(vcf) < info(vcf)$PARID
)
|
vcf |
A VCF object. |
align |
The alignment type. |
is_higher_breakend |
Breakpoint ID ordering. |
A VCF object with adjusted nominal positions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.