generateLD | R Documentation |
Run LDER
generateLD(assoc, path, bfile_path, cores = 10, ethnic = "eur",
plink_path = NULL, python_path = NULL)
assoc |
GWAS summary statistics, need to include snp, chr, a0, a1, z (header is necessary) |
path |
The output path |
bfile_path |
The path to the plink bfiles for LD estimation |
cores |
The number of cores for computation in parallel |
ethnic |
Ethnic of the GWAS cohort; 'eur' for European ancestry |
plink_path |
The path to the plink software. If not specified, the function will use the default path (which plink) |
python_path |
The path to the python software. If not specified, the function will use the default path (which python) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.