load_ref_genome_data {MungeSumstats}R Documentation

Load the reference genome data for SNPs of interest

Description

Load the reference genome data for SNPs of interest

Usage

load_ref_genome_data(snps, ref_genome, msg = NULL)

Arguments

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

Value

data table of snpsById, filtered to SNPs of interest.


[Package MungeSumstats version 1.2.1 Index]