Analyses

Upload an analysis for a measurement

Upload a parquet file as an analysis derived from a single measurement.

The parquet is stored in the measurement-data bucket alongside the row. columns and metadata are JSON-encoded form fields.

post/analyses

Response

Successful Response

measurement_idstring required

ID of the parent cell measurement this analysis is derived from.

namestring required

User-provided analysis name.

analysis_typestring required

Kind of analysis, e.g. 'ecm_from_eis'. Free-form; see KNOWN_ANALYSIS_TYPES for the advisory set the frontend offers.

metadataobject

Loose metadata: source RPT/cycle identity, extractor parameters, etc.

notesstring nullable

Free-text human description of how the analysis was performed.

source_pipeline_idstring nullable

FK to the pipeline this analysis was computed from.

source_simple_pipeline_idstring nullable

FK to the simple pipeline this analysis was computed from.

source_analysis_idstring nullable

FK to another analysis this analysis was computed from.

source_labelstring nullable

Free-text provenance note.

idstring required

Unique identifier.

organization_idstring required

Organization that owns this analysis.

project_idstring required

Project this analysis belongs to, denormalized from the parent measurement.

created_bystring nullable

User ID of the creator.

created_atstring date-time required

Creation timestamp.

updated_atstring date-time required

Last update timestamp.

Changes

No recorded changes to this endpoint across all 1 revision of this API.