match_alleles()
This method is deprecated and will be removed in future versions. use match_by_alleles
instead.
match_alleles(df, verbose = F)
A dataframe that is in the snpset format (like returned by the get_snpset() function)
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) {
match_alleles(df)
}