powered by
match_by_pos()
match_by_pos(df1, df2, verbose = NULL, show_full_output = FALSE)
A list containing two dataframes, one of overlapping snps and the other snps not found in the second input dataset
A dataframe of variants, has to contain CHROM and POS
A logical scalar (default: FALSE). Assign to TRUE to get information on which alleles are matched and which are not.
A logical scalar (default:FALSE). Assign to TRUE to show the full output from this function
if (FALSE) { CD_UKBB_index_snps <- get_lead_snps(CD_UKBB) match_by_pos(CD_UKBB_index_snps, CD_FINNGEN) }
Run the code above in your browser using DataLab