powered by
match_alleles()
This method is deprecated and will be removed in future versions. use match_by_alleles instead.
match_by_alleles
match_alleles(df, verbose = F)
The input dataframe containing only those variants whith matched alleles in the snpset
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.
if (FALSE) { match_alleles(df) }
Run the code above in your browser using DataLab