topSNPs_Nalls2019_raw | R Documentation |
Summary stats of the top SNP(s) per locus. Used to query locus subsets.for fine-mapping.
data("topSNPs_Nalls2019_raw")
An object of class data.table
(inherits from data.frame
) with 107 rows and 31 columns.
Formerly topSNPs_Nalls2019
.
Data from Nalls et al. (bioRxiv), Table S2.
https://github.com/RajLabMSSM/Fine_Mapping/raw/master/Data/GWAS/Nalls23andMe_2019/Nalls2019_TableS2.xlsx
local <- file.path(tempdir(),"Nalls2019_TableS2.xlsx")
utils::download.file(
paste("https://github.com/RajLabMSSM/Fine_Mapping",
"raw/master/Data/GWAS/Nalls23andMe_2019",
"Nalls2019_TableS2.xlsx"),
local, sep="/")
topSNPs_Nalls2019_raw <- data.table::data.table(readxl::read_excel(local))
usethis::use_data(topSNPs_Nalls2019_raw, overwrite=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.