biggr_models.handlers.gene_handlers
===================================

.. py:module:: biggr_models.handlers.gene_handlers


Classes
-------

.. autoapisummary::

   biggr_models.handlers.gene_handlers.GeneListViewHandler
   biggr_models.handlers.gene_handlers.GeneHandler
   biggr_models.handlers.gene_handlers.GenomeGeneHandler
   biggr_models.handlers.gene_handlers.GenesInGenomeListViewHandler


Module Contents
---------------

.. py:class:: GeneListViewHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)

   Bases: :py:obj:`biggr_models.handlers.utils.DataHandler`


   Request handler that implements data tables (API) logic.


   .. py:attribute:: title
      :value: 'Genes'



   .. py:attribute:: model_bigg_id
      :type:  Optional[str]
      :value: None



   .. py:attribute:: page_data


   .. py:attribute:: column_specs


   .. py:method:: pre_filter(query)


   .. py:method:: breadcrumbs()


.. py:class:: GeneHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)

   Bases: :py:obj:`biggr_models.handlers.utils.BaseHandler`


   Base RequestHandler that handles standard requests.


   .. py:attribute:: template


   .. py:method:: get(model_bigg_id, gene_bigg_id)


.. py:class:: GenomeGeneHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)

   Bases: :py:obj:`biggr_models.handlers.utils.BaseHandler`


   Base RequestHandler that handles standard requests.


   .. py:attribute:: template


   .. py:method:: get(accession_type, accession_value, gene_bigg_id)


.. py:class:: GenesInGenomeListViewHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)

   Bases: :py:obj:`biggr_models.handlers.utils.DataHandler`


   Request handler that implements data tables (API) logic.


   .. py:attribute:: title
      :value: 'Genes in Genome'



   .. py:attribute:: accession_type
      :type:  Optional[str]
      :value: None



   .. py:attribute:: accession_value
      :type:  Optional[str]
      :value: None



   .. py:attribute:: page_data


   .. py:attribute:: column_specs


   .. py:method:: pre_filter(query)


