When importing new phenotype studies, we encountered a case where multiple instrument files had a differently named column intended for use with regressions.
Aim
Implement support to build regressions for this case.
Implementation
Regression configurations now have a new field - measure_names, which is a list. For every measure in measure_names, an attempt to build a regression will be made, the first successfully built regression for each measure will be the final one.
Background
When importing new phenotype studies, we encountered a case where multiple instrument files had a differently named column intended for use with regressions.
Aim
Implement support to build regressions for this case.
Implementation
Regression configurations now have a new field -
measure_names
, which is a list. For every measure inmeasure_names
, an attempt to build a regression will be made, the first successfully built regression for each measure will be the final one.