wetlab.TreatmentTarget

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

Bases: Record, CanValidate

Treatment targets.

Fields

id

Internal id, valid only in one DB instance.

uid

Universal id, valid across DB instances.

name

Name of the treatment target.

description

Description of the treatment target.

genes

Genes of the treatment target, link to Gene records.

artifacts

Artifacts linked to the treatment target.

created_at

Time of creation of record.

updated_at

Time of last update to record.

created_by

Creator of record, a User.

Methods