An example results file after running finemap_loci.
Usage
data("BST1")Format
data.table
- SNP
SNP RSID
- CHR
Chromosome
- POS
Genomic position (in basepairs)
- ...
Optional: extra columns
Details
Data originally comes from the Parkinson's disease GWAS by Nalls et al. (The Lancet Neurology) (doi:10.1016/S1474-4422(19)30320-5 ).
Examples
if (FALSE) { # \dontrun{
BST1 <- echolocatoR::BST1
usethis::use_data(BST1, overwrite = TRUE)
} # }