R/deprec_funcs.R
get_overlapping_snps_by_pos.Rd
get_overlapping_snps_by_pos()
This method is deprecated and will be removed in future versions. use match_by_pos
instead.
get_overlapping_snps_by_pos(df1, df2, verbose = F)
A dataframe of variants, has to contain CHROM and POS
A dataframe of variants, has to contain CHROM and POS
A logical scalar (default: FALSE). Assign to TRUE to get information on which alleles are matched and which are not.
The input dataframe containing only those variants whith matched alleles in the snpset
if (FALSE) {
get_overlapping_snps_by_pos(dat1, dat2)
}