EXPERIMENT_METADATA#

Python object: phenotypic.schema._experimental_tags._experiment.EXPERIMENT_METADATA

Recommended Metadata_* tags for experiment-level bookkeeping.

These group results by experiment/project and carry free-form provenance (experiment id, project, dataset, protocol, notes). Dataset matches the CLI-emitted Metadata_Dataset column. Members render as Metadata_<Label> (e.g. Metadata_ExperimentID) and share the Metadata_ namespace with the other experimental-tag enums. Recommended vocabulary, not a validator.

Category: Metadata#

Column label

Description

Metadata_ExperimentID

Unique identifier for the experiment.

Metadata_Project

Project name or identifier.

Metadata_Dataset

Dataset name (matches the CLI-emitted Metadata_Dataset column).

Metadata_Protocol

Protocol name or version followed.

Metadata_Notes

Free-text notes or comments.