ratan-lab / sumo

Subtyping tool for multi-omic data
https://pypi.org/project/python-sumo
MIT License
13 stars 1 forks source link

Help message for "-atol" #14

Closed aakrosh closed 4 years ago

aakrosh commented 4 years ago

The error message which states that continuous data should be standardized prior to use with SUMO currently does so after testing whether the mean and sd for the data are 0 and 1 respectively. -atol allows for tolerance in that test, but the error message when that fails would be more helpful if it told the user what the maximum deviance from the expected values were (rather than reporting the average of the mean and sd for all features).