View source: R/get_Nalls2019.R
get_Nalls2019 | R Documentation |
Downsampled GWAS summary statistics from Nalls et al. 2019 Parkinson's Disease GWAS (without 23andMe data).
get_Nalls2019()
Nalls et al. 2019, The Lancet Neurology
path <- echodata::example_fullSS()
Nalls2019 <- data.table::fread(path)
# meta <- MungeSumstats::find_sumstats(ids = "ieu_b_7")
# Nalls2019 <- MungeSumstats::import_sumstats(ids = meta$id[1])
path <- file.path("/Volumes/bms20/projects/neurogenomics-lab/live",
"GWAS_sumstats/OpenGWAS/ieu-b-7.tsv.gz")
#### piggyback ####
tmp <- file.path(tempdir(),"Nalls2019.tsv.gz")
data.table::fwrite(Nalls2019,tmp,sep="\t")
piggyback::pb_upload(file = tmp,
repo = "RajLabMSSM/echodata")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.