An example results file after running finemap_loci.

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).

Examples

if (FALSE) {
BST1 <- echolocatoR::BST1
usethis::use_data(BST1, overwrite = TRUE)
}