wetlab.TreatmentTarget

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

Bases: Registry, CanValidate

Treatment targets.

Fields

id AutoField

Internal id, valid only in one DB instance.

uid CharField

Universal id, valid across DB instances.

name CharField

Name of the treatment target.

description TextField

Description of the treatment target.

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.

genes ManyToManyField

Genes of the treatment target, link to Gene records.

artifacts ManyToManyField

Artifacts linked to the treatment target.

Methods