How do BOLT and SAIGE calculate LD?... with PLINK LD?
When you run a PLINK GWAS, you run PLINK LD on the significant hits.
How is LD calculated for other association algorithms like BOLT and SAIGE?
plink
bolt
saige
gwas
• 1,266 views
•
link
written
by
LayneSadler
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Before or after LD clumping for PRS calculation in GWAS
written by K Lee •Hello I'm new to GWAS analysis and I have a one question about LD clumping step during PRS calculation with plink. If I understand correctyly, …
-
What is the best GWAS tool to use for a very large cohort data (UK Biobank data)?
written by lsy9 •I'm considering conducting a GWAS analysis using the UK Biobank data, which involves a very large cohort of 500,000 participants. In our lab, we've previously …
-
recessive model in saige
written by ccaggIs there a way to do a recessive model in the R package SAIGE for a GWAS? For example, in PLINK you might specify: plink2 …
-
PLINK format file for BOLT-LMM
written by ApprenticeI would like to perform BOLT-LMM to assess the association of SNP with a quantitative trait. BOLT-LMM requires PLINK format files (bed, bim, fam) and …
-
Does genomic control have a valid interpretation when there are no genome-wide significant hits
written by curiousI know that when there is a trait that is polygenic and show lots of signal that genomic control is not as interpretable (and confounding …
-
Tool: AIQC - open source framework making deep learning accessible for researchers.
written by LayneSadlerWhen I was working with pharma to analyze UK Biobank and other cohorts for genomic drivers of disease, I was frustrated that the primary form …
-
Why may BOLT-LMM and SAIGE (quantitative, linear-mixed model) yield different results when ran on t…
written by futurolog •As a validation experiment, I have run the same GWAS of a quantitative phenotype derived from the UKBiobank, alongside the genomic data from the UKBiobank, …
-
How to run BOLT-LMM against a Plink simulated dataset?
written by b.ambrozio •I'm trying run [BOLT-LMM][1] against a simulated dataset, which were generated with [plink --simulate][2], however no success: ./BOLT-LMM_v2.3.4/bolt --bfile=ds1_1gt10k --phenoUseFam --statsFile ds1_1gt10k.bolt --LDscoresUseChip --lmm ... …
-
How to extract the classification/regression metrics from a GWAS so that I can compare different to…
written by b.ambrozio •If I understood well, GWAS is pretty much a feature selection approach based on a classification or regression algorithm, whenever the underlying trait is qualitative …
-
Generating random sets of LD-independent SNPs from GWAS and calculating an empirical p-value
written by AB •Hi, I am trying to calculate 'empirical p-value' by- drawing 10000 random sets of 5000 SNPs each from a GWAS summary statistics, where SNPs in …