wetlab.ExperimentType

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

Bases: Record, CanValidate

Experiment types.

Fields

id

Internal id, valid only in one DB instance.

uid

Universal id, valid across DB instances.

name

Name of the experiment type.

description

Description of the experiment.

ontology_id

Ontology ID (EFO) of the experiment type.

created_at

Time of creation of record.

updated_at

Time of last update to record.

created_by

Creator of record, a User.

Methods