This PR enables continuous phenotypes to be binarized (at median) to be used in making contrast. Partly adressing issue #518
This worked before but somehow did not work anymore. Reason was that the internal sample matrix was "matrix" instead of "data.frame". This is fixed in this PR, and binarizeNumericalColumns was rewritten. Needs latest updated playbase.
This PR enables continuous phenotypes to be binarized (at median) to be used in making contrast. Partly adressing issue #518
This worked before but somehow did not work anymore. Reason was that the internal sample matrix was "matrix" instead of "data.frame". This is fixed in this PR, and binarizeNumericalColumns was rewritten. Needs latest updated playbase.