Hi Anthony,
The General assay type (as well as those derived from it, such as assay types defined in file-based modules) allows editing of the results/data rows via a checkbox in the assay designer. This would allow you to effectively replace individual rows, either through the UI or LABKEY.Query APIs. However, we don't currently support inserting new rows via this mechanism.
You can add/update/remove rows via the LABKEY.Experiment.saveBatch() APIs though.
We don't have a mechanism similar to the replace runs functionality, where we keep both the old and new and link them together.
Thanks,
Josh |