:mod:`memote.experimental.essentiality` ======================================= .. py:module:: memote.experimental.essentiality .. autoapi-nested-parse:: Provide an interface for essentiality experiments. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: memote.experimental.essentiality.EssentialityExperiment .. py:class:: EssentialityExperiment(**kwargs) Bases: :class:`memote.experimental.experiment.Experiment` Represent an essentiality experiment. .. !! processed by numpydoc !! .. attribute:: SCHEMA :annotation: = essentiality.json .. method:: load(self, dtype_conversion=None) Load the data table and corresponding validation schema. :Parameters: **dtype_conversion** : dict Column names as keys and corresponding type for loading the data. Please take a look at the `pandas documentation `__ for detailed explanations. .. !! processed by numpydoc !! .. method:: validate(self, model, checks=None) Use a defined schema to validate the medium table format. .. !! processed by numpydoc !! .. method:: evaluate(self, model) Use the defined parameters to predict single gene essentiality. .. !! processed by numpydoc !!