kusterlab / curve_curator

Analysis platform for large-scale dose-dependent data
Apache License 2.0
17 stars 3 forks source link

Bug: Incorrect number of return columns for N <= 4 #33

Closed FloBay closed 1 month ago

FloBay commented 1 month ago

CurveCurator breaks if data has N <= 4 datapoints because the false number of nan values are returned. It returns 19 but expects 20.

https://github.com/kusterlab/curve_curator/blob/58ab06f48147320872232c677f0d7cd3e7039b56/curve_curator/quantification.py#L270C21-L270C30

FloBay commented 1 month ago

It would be nice if CurveCurator in pipeline mode would interfere early on if, in general, too few data points are inputted! Consider this for future feature releases ..

FloBay commented 1 month ago

There are many small things that were not optimized to deal with too few N data points. Because then you should not do a dose-response analysis!