owmeta.experiment module

class owmeta.experiment.Experiment(*args, no_type_decl=False, **kwargs)[source]

Bases: DataObject

Generic class for storing information about experiments

Should be overridden by specific types of experiments (example: see PatchClampExperiment in channelworm.py).

Overriding classes should have a list called “conditions” that contains the names of experimental conditions for that particular type of experiment. Each of the items in “conditions” should also be either a DatatypeProperty or ObjectProperty for the experiment as well.

get_conditions()[source]

Return conditions and their associated values in a dict.

class_context = owmeta_core.context.ClassContext(ident="http://schema.openworm.org/2020/07/sci")
property reference

Supporting article for this experiment.