Story
POC: Sarah Szvetecz
Right now, we are doing a default parsing of the conditions into the following categories:
- drug (String)
- dose_nM (Numeric)
However, regex can only go so far to parse the conditions. Users will be provided with the ability to edit the setup matrix themselves.
When a user clicks response curves, an editable table with the columns GROUP, drug, and dose_nM appears as of now. Regex is used to enable default values for the values in the table.
Subtasks
- Make the setup matrix for dose response curves editable. Any column that is not GROUP should be editable.
- Note that Claude can help with this, but won't give a clean answer on the first try
- Add instructions for users to edit the setup matrix and signal to users to edit/validate the setup matrix (e.g. by coloring the border of editable boxes in red)
Story
POC: Sarah Szvetecz
Right now, we are doing a default parsing of the conditions into the following categories:
However, regex can only go so far to parse the conditions. Users will be provided with the ability to edit the setup matrix themselves.
When a user clicks response curves, an editable table with the columns GROUP, drug, and dose_nM appears as of now. Regex is used to enable default values for the values in the table.
Subtasks