Determine which annotation BED regions overlap with the SNPs in the GoShifter snpmap file.

GOSHIFTER_check_overlap(output_bed, GS_results_path, overlap_threshold = 1)

Arguments

output_bed

Path to the annotation BED file.

GS_results_path

Path to the GoShifter results directory (must contain snpmap.txt).

overlap_threshold

Minimum overlaps required (not actively filtered here; used for reference only).

Value

A data.table of BED regions overlapping with the SNPs.