Conditional analysis
initially S is empty
repeat until all P-values outside S are > threshold
add SNP with the lowest P-value to S
update P-values of all SNPs 'l' outside S using joint model Y ~ X.S + X.l
end repeatLast updated
Was this helpful?