Switch to unified view

a b/docs/api/openomics.database.ontology.GeneOntology.rst
1
GeneOntology
2
============
3
4
.. currentmodule:: openomics.database.ontology
5
6
.. autoclass:: GeneOntology
7
   :show-inheritance:
8
9
   .. rubric:: Attributes Summary
10
11
   .. autosummary::
12
13
      ~GeneOntology.COLUMNS_RENAME_DICT
14
15
   .. rubric:: Methods Summary
16
17
   .. autosummary::
18
19
      ~GeneOntology.add_predecessor_terms
20
      ~GeneOntology.filter_network
21
      ~GeneOntology.get_predecessor_terms
22
      ~GeneOntology.info
23
      ~GeneOntology.load_dataframe
24
      ~GeneOntology.load_network
25
26
   .. rubric:: Attributes Documentation
27
28
   .. autoattribute:: COLUMNS_RENAME_DICT
29
30
   .. rubric:: Methods Documentation
31
32
   .. automethod:: add_predecessor_terms
33
   .. automethod:: filter_network
34
   .. automethod:: get_predecessor_terms
35
   .. automethod:: info
36
   .. automethod:: load_dataframe
37
   .. automethod:: load_network