| align_breakpoints {StructuralVariantAnnotation} | R Documentation |
Adjusting the nominal position of a pair of partnered breakpoint.
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.