wetlab.Experiment

class wetlab.Experiment(*args, **kwargs)

Bases: Record, CanValidate

Experiments.

Fields

id

Internal id, valid only in one DB instance.

uid

Universal id, valid across DB instances.

name

Name of the experiment.

description

Description of the experiment.

date

Date of the experiment.

experiment_type

Type of the experiment.

artifacts

Artifacts linked to the experiment.

collections

Collections linked to the experiment.

created_at

Time of creation of record.

updated_at

Time of last update to record.

created_by

Creator of record, a User.

Methods