Closed Lipastomies closed 3 years ago
closes #170
Adds argument --dynamic-r2-chisq (mutually exclusive with --ld-r2), wich can be used in two ways:
--dynamic-r2-chisq
--dynamic-r2-chisq VALUE
Also updated dockerfile &requirements file to use scipy
closes #170
Adds argument --dynamic-r2-chisq (mutually exclusive with --ld-r2), wich can be used in two ways:
--dynamic-r2-chisq
, r2 threshold is calculated with r2*chi2.isf(pval-df=1) = 5--dynamic-r2-chisq VALUE
the r2 threshold is calculated with r2*chi2.isf(pval-df=1) = VALUEAlso updated dockerfile &requirements file to use scipy