get_overlapping_snps_by_pos()

get_overlapping_snps_by_pos(df1, df2, verbose = F)

Arguments

df1

A dataframe of variants, has to contain CHROM and POS

df2

A dataframe of variants, has to contain CHROM and POS

Value

The input dataframe containing only those variants whith matched alleles in the snpset

Examples

if (FALSE) { get_overlapping_snps_by_pos(dat1, dat2) }