Switch to unified view

a b/docs/api/openomics.database.base.Annotatable.rst
1
Annotatable
2
===========
3
4
.. currentmodule:: openomics.database.base
5
6
.. autoclass:: Annotatable
7
   :show-inheritance:
8
9
   .. rubric:: Attributes Summary
10
11
   .. autosummary::
12
13
      ~Annotatable.DISEASE_ASSOCIATIONS_COL
14
      ~Annotatable.SEQUENCE_COL_NAME
15
16
   .. rubric:: Methods Summary
17
18
   .. autosummary::
19
20
      ~Annotatable.annotate_attributes
21
      ~Annotatable.annotate_diseases
22
      ~Annotatable.annotate_expressions
23
      ~Annotatable.annotate_interactions
24
      ~Annotatable.annotate_sequences
25
      ~Annotatable.get_annotation_expressions
26
      ~Annotatable.get_annotations
27
      ~Annotatable.get_rename_dict
28
      ~Annotatable.initialize_annotations
29
      ~Annotatable.set_index
30
31
   .. rubric:: Attributes Documentation
32
33
   .. autoattribute:: DISEASE_ASSOCIATIONS_COL
34
   .. autoattribute:: SEQUENCE_COL_NAME
35
36
   .. rubric:: Methods Documentation
37
38
   .. automethod:: annotate_attributes
39
   .. automethod:: annotate_diseases
40
   .. automethod:: annotate_expressions
41
   .. automethod:: annotate_interactions
42
   .. automethod:: annotate_sequences
43
   .. automethod:: get_annotation_expressions
44
   .. automethod:: get_annotations
45
   .. automethod:: get_rename_dict
46
   .. automethod:: initialize_annotations
47
   .. automethod:: set_index