-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
I'm attempting to get a merged vcf file of two different SVs callers (Delly and Lumpy). So I used StructuralVariantAnnotation to get both vcfs into GRanges objects. I used findBreakpointOverlaps() and it does returns a dataframe with the expected indexes of records to be merged. I was wondering whether there is a function to get a GRange object based on these dataframe. I know I could use mergeByOverlaps() from IRanges, but I'm not sure how to make use of maxgap and sizemargin options. Furthermore, I'd like to have all non-overlaping records (of both vcfs) in the GRanges final object, as well.
Is there anything available to do that, already?
Thanks