wetlab

Default wetlab schema.

This default wetlab schema module mostly serves to exemplify how you define costum registries on GitHub.

Most professional users create their custom schemas to map their operations or leverage schema synching from Benchling. If you need help with this, please reach out!

Install the module:

pip install wetlab

Create your instance mounting the module:

lamin init --storage ./test-wetlab --schema bionty,wetlab

Import the package:

import wetlab as wl

Registries:

Experiment(*args, **kwargs)

Experiments.

ExperimentType(*args, **kwargs)

Experiment types.

Biosample(*args, **kwargs)

Biological samples.

Techsample(*args, **kwargs)

Technical samples.

Treatment(*args, **kwargs)

Treatments.

TreatmentTarget(*args, **kwargs)

Treatment targets.

Well(*args, **kwargs)

Wells.