wetlab.Well

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

Bases: Record, CanValidate

Wells.

Fields

id

Internal id, valid only in one DB instance.

uid

Universal id, valid across DB instances.

name

Name of the well.

row

Horizontal position of the well in the microplate.

column

Vertical position of the well in the microplate.

artifacts

Artifacts linked to the well.

collections

Collections linked to the well.

created_at

Time of creation of record.

updated_at

Time of last update to record.

created_by

Creator of record, a User.

Methods