LRRK2 | R Documentation |
An example results file after running finemap_loci.
data("LRRK2")
data.table
SNP RSID
Chromosome
Genomic position (in basepairs)
Optional: extra columns
Data originally comes from the Parkinson's disease GWAS by Nalls et al. (The Lancet Neurology).
https://doi.org/10.1016/S1474-4422(19)30320-5
## Not run:
library(echodata)
data("Nalls2019_merged")
LRRK2 <- subset(Nalls2019_merged, Locus=="LRRK2")
LRRK2 <- echodata::assign_lead_snp(LRRK2)
usethis::use_data(LRRK2, overwrite = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.