sumstatsColHeaders {MungeSumstats}R Documentation

Summary Statistics Column Headers

Description

List of uncorrected column headers often found in GWAS Summary Statistics column headers

Usage

data("sumstatsColHeaders")

Format

dataframe with 82 rows nd 2 columns

Source

The code to prepare the .Rda file file from the marker file is: # Most the data in the below table comes from the LDSC github wiki sumstatsColHeaders <- read.csv("inst/extdata/Magma_Column_headers.csv", stringsAsFactors = FALSE) usethis::use_data(sumstatsColHeaders,overwrite = TRUE, internal=TRUE)


[Package MungeSumstats version 1.0.1 Index]