iossifovlab / gpf

GPF: Genotypes and Phenotypes in Families
MIT License
2 stars 0 forks source link

Multiple measure regressions #635

Closed IvoTod closed 5 months ago

IvoTod commented 5 months ago

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 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.