load_ref_genome_data {MungeSumstats} | R Documentation |
Load the reference genome data for SNPs of interest
load_ref_genome_data(snps, ref_genome, msg = NULL)
snps |
Character vector SNPs by rs_id from sumstats file of interest. |
ref_genome |
Name of the reference genome used for the GWAS (GRCh37 or GRCh38) |
msg |
Optional name of the column missing from the dataset in question. Default is NULL |
data table of snpsById, filtered to SNPs of interest.