wetlab
¶
Basic wetlab entities [source].
Install and mount wetlab
in a new instance:
>>> pip install wetlab
>>> lamin init --storage ./test-wetlab --schema bionty,wetlab
Import the package:
>>> import wetlab as wl
Create records:
>>> compound_treatment = wl.CompoundTreatment(
... name="Aspirin treatment day 1",
... ).save()
Registries:
Models a wetlab experiment. |
|
Models a specimen derived from an organism, such as tissue, blood, or cells. |
|
Models technical samples which represent a processed or derived sample in a lab created from raw biological materials. |
|
Combination of several Treatments. |
|
Models compound treatments such as drugs. |
|
Models environmental perturbations such as heat, acid, or smoke treatments. |
|
Models Genetic perturbations such as CRISPR. |
|
Models treatment targets such as |
|
|
Models a well in a wetlab |