match_alleles(df, verbose = F)
Arguments
df |
A dataframe that is in the snpset format (like returned by the get_snpset() function) |
Value
The input dataframe containing only those variants whith matched alleles in the snpset
Examples
if (FALSE) {
match_alleles(df)
}