export(SNPindex)
export(DeltaSNPindex)
export(DeltaSNPWindow)
export(manhattan_plot)

import(utils)
import(tools)

importFrom(dplyr, filter, mutate, select, arrange, group_by, summarise, n_distinct)
importFrom(stats, setNames, coef)

importFrom(tidyr, pivot_wider, pivot_longer)
importFrom(ggplot2, ggplot, aes, geom_point, theme_bw, labs, scale_x_continuous, element_text, expansion)
importFrom(magrittr, "%>%")
importFrom(tidyselect, all_of, starts_with)

importFrom(vcfR, read.vcfR, extract.gt)
importFrom(VGAM, vglm)

importFrom(GenomicRanges, GRanges, findOverlaps)
importFrom(GenomeInfoDb, seqlevels, "seqlevels<-")
importFrom(IRanges, IRanges)
importFrom(S4Vectors, DataFrame)
