quantification subclasses
Extends the classes defined in core for the quantification-specific requirements (findmycells.quantification.specs)
QuantificationStrategy
QuantificationStrategy ()
Note for developers: When implementing a new quantification strategy, remember to add the following line at the end of the “.run()” method, to ensure that the quantification results are added to the database:
quantification_object = self._add_quantification_results_to_database(quantification_object = quantification_object, results = quantification_results)
QuantificationObject
QuantificationObject ()
Extending the ProcessingObject
base class for quantification as processing subtype.