ByrumLab / proteoDA

GNU General Public License v3.0
11 stars 11 forks source link

add_contrasts and add_design delete existing model fits and results, #205

Closed tjthurman closed 1 year ago

tjthurman commented 1 year ago

The PR adds some behavior to add_contrasts and add_design: if the DAList object contains a model fit or results object, these are reset to NULL. This ensures that the DAList object stays synced, and you can't have a statistical design that does not match the model fit or results.

This PR fixes #198