wetlab.ExperimentType

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

Bases: Registry, CanValidate

Experiment types.

Fields

id AutoField

Internal id, valid only in one DB instance.

uid CharField

Universal id, valid across DB instances.

name CharField

Name of the experiment type.

description TextField

Description of the experiment.

ontology_id CharField

Ontology ID (EFO) of the experiment type.

created_at DateTimeField

Time of creation of record.

updated_at DateTimeField

Time of last update to record.

created_by ForeignKey

Creator of record, a User.

Methods