I have a dataset that is extremely imbalanced in the case:control ratio. Is there a way to correct for this in hail when running a gwas with the logistic_regression_rows()
method? Thank you.
1 Like
Hail doesn’t have any sophisticated tools to address case-control imbalance. I think your best bet is using SAIGE to analyze your data.
1 Like