Internal / Draft / Data Manager / Json

AssayDM - Result Table

Last updated on 13-Mar-2018 by Thomas P. Boesen
Thomas P. Boesen

Founder
boesen@scifeon.com

This is the internal working data-structure of the AssayDM Analyzer page components

The view model for the defult Analyzer page contains a list of result tables (this.resultTables) and a curve-fitting model (this.model).

The entity and parent parts of a result record contain the 'raw' data for the result based on the Scifeon datamodel.

The keyValues and resultValues are derived from the raw data and prepared for the user interface, e.g. for display, filtering and pivoting.

The columns array lists the member names in the keyValues and resultValues objects, with additional metadata. The column selector manipulates the content of this list.

Example of a single result-table

Return values from R Service