match_by_alleles()
Arguments
- 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.
- show_full_output
A logical scalar (default:FALSE). Assign to TRUE to show the full output from this function
Examples
if (FALSE) { # \dontrun{
CD_UKBB_lead_snps <- get_lead_snps(CD_UKBB)
snpset <- get_snpset(CD_UKBB_lead_snps, CD_FINNGEN)
match_by_alleles(snpset$found)
} # }