wetlab.Biosample¶
- class wetlab.Biosample(*args, **kwargs)¶
Bases:
Registry
,CanValidate
Biological samples.
Attributes¶
- objects Manager¶
Fields¶
- id AutoField¶
Internal id, valid only in one DB instance.
- uid CharField¶
Universal id, valid across DB instances.
- name CharField¶
Name of the biosample.
- batch CharField¶
Batch label of the biosample.
- description TextField¶
Description of the biosample.
- created_at DateTimeField¶
Time of creation of record.
- updated_at DateTimeField¶
Time of last update to record.
- tissues ManyToManyField¶
Tissues linked to the biosample.
- cell_lines ManyToManyField¶
Cell lines linked to the biosample.
- cell_types ManyToManyField¶
Cell types linked to the biosample.
- diseases ManyToManyField¶
Diseases linked to the biosample.
- collections ManyToManyField¶
Collections linked to the biosample.
Methods¶