match_by_alleles | R Documentation |
match_by_alleles()
match_by_alleles(df, verbose = NULL, show_full_output = FALSE)
df |
A dataframe that is in the snpset format (like returned by the |
verbose |
A logical scalar (default: FALSE). Assign to TRUE to get information on which alleles are matched and which are not. |
show_full_output |
A logical scalar (default:FALSE). Assign to TRUE to show the full output from this function |
The input dataframe containing only those variants with matched alleles in the snpset
## Not run:
CD_UKBB_lead_snps <- get_lead_snps(CD_UKBB)
snpset <- get_snpset(CD_UKBB_lead_snps, CD_FINNGEN)
match_by_alleles(snpset$found)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.