|
a |
|
b/docs/api/openomics.database.base.Database.rst |
|
|
1 |
Database |
|
|
2 |
======== |
|
|
3 |
|
|
|
4 |
.. currentmodule:: openomics.database.base |
|
|
5 |
|
|
|
6 |
.. autoclass:: Database |
|
|
7 |
:show-inheritance: |
|
|
8 |
|
|
|
9 |
.. rubric:: Attributes Summary |
|
|
10 |
|
|
|
11 |
.. autosummary:: |
|
|
12 |
|
|
|
13 |
~Database.COLUMNS_RENAME_DICT |
|
|
14 |
|
|
|
15 |
.. rubric:: Methods Summary |
|
|
16 |
|
|
|
17 |
.. autosummary:: |
|
|
18 |
|
|
|
19 |
~Database.close |
|
|
20 |
~Database.get_annotations |
|
|
21 |
~Database.get_expressions |
|
|
22 |
~Database.info |
|
|
23 |
~Database.list_databases |
|
|
24 |
~Database.load_dataframe |
|
|
25 |
~Database.name |
|
|
26 |
~Database.validate_file_resources |
|
|
27 |
|
|
|
28 |
.. rubric:: Attributes Documentation |
|
|
29 |
|
|
|
30 |
.. autoattribute:: COLUMNS_RENAME_DICT |
|
|
31 |
|
|
|
32 |
.. rubric:: Methods Documentation |
|
|
33 |
|
|
|
34 |
.. automethod:: close |
|
|
35 |
.. automethod:: get_annotations |
|
|
36 |
.. automethod:: get_expressions |
|
|
37 |
.. automethod:: info |
|
|
38 |
.. automethod:: list_databases |
|
|
39 |
.. automethod:: load_dataframe |
|
|
40 |
.. automethod:: name |
|
|
41 |
.. automethod:: validate_file_resources |