Switch to unified view

a b/docs/api/openomics.database.ontology.Ontology.rst
1
Ontology
2
========
3
4
.. currentmodule:: openomics.database.ontology
5
6
.. autoclass:: Ontology
7
   :show-inheritance:
8
9
   .. rubric:: Attributes Summary
10
11
   .. autosummary::
12
13
      ~Ontology.DELIM
14
15
   .. rubric:: Methods Summary
16
17
   .. autosummary::
18
19
      ~Ontology.filter_annotation
20
      ~Ontology.filter_network
21
      ~Ontology.get_adjacency_matrix
22
      ~Ontology.get_child_nodes
23
      ~Ontology.get_dfs_paths
24
      ~Ontology.get_node_color
25
      ~Ontology.get_root_nodes
26
      ~Ontology.load_network
27
      ~Ontology.remove_predecessor_terms
28
29
   .. rubric:: Attributes Documentation
30
31
   .. autoattribute:: DELIM
32
33
   .. rubric:: Methods Documentation
34
35
   .. automethod:: filter_annotation
36
   .. automethod:: filter_network
37
   .. automethod:: get_adjacency_matrix
38
   .. automethod:: get_child_nodes
39
   .. automethod:: get_dfs_paths
40
   .. automethod:: get_node_color
41
   .. automethod:: get_root_nodes
42
   .. automethod:: load_network
43
   .. automethod:: remove_predecessor_terms