gwas_munged | R Documentation |
Example GWAS summary statistics standardised with format_sumstats. Original GWAS performed on Educational Attainment.
data("gwas_munged")
An object of class data.table
(inherits from data.frame
) with 93 rows and 9 columns.
gwas_ss <- system.file("extdata", "eduAttainOkbay.txt",
package = "MungeSumstats")
gwas_munged_path <- MungeSumstats::format_sumstats(gwas_ss)
gwas_munged <- data.table::fread(gwas_munged_path)
usethis::use_data(gwas_munged, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.