match_alleles | R Documentation |
match_alleles()
This method is deprecated and will be removed in future versions. use match_by_alleles
instead.
match_alleles(df, verbose = F)
df |
A dataframe that is in the snpset format (like returned by the get_snpset() function) |
verbose |
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
## Not run:
match_alleles(df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.