app.model.orm.perturbation#
Classes#
The description of a change over time in a particular experiment's environment. |
Module Contents#
- class app.model.orm.perturbation.Perturbation[source]#
Bases:
app.model.orm.orm_base.OrmBaseThe description of a change over time in a particular experiment’s environment.
A perturbation is described by the addition or removal of a
Compartmentto the experiment or by the change from oneCommunityto another.This may be changed in the future as we collect more studies with perturbations.
- experiment: sqlalchemy.orm.Mapped[Experiment][source]#
- removedCompartment: sqlalchemy.orm.Mapped[Compartment | None][source]#
- addedCompartment: sqlalchemy.orm.Mapped[Compartment | None][source]#