sumstatsColHeaders {MungeSumstats} | R Documentation |
List of uncorrected column headers often found in GWAS Summary Statistics column headers
data("sumstatsColHeaders")
dataframe with 82 rows nd 2 columns
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)