Switch to unified view

a b/docs/api/openomics.Expression.rst
1
Expression
2
==========
3
4
.. currentmodule:: openomics
5
6
.. autoclass:: Expression
7
   :show-inheritance:
8
9
   .. rubric:: Attributes Summary
10
11
   .. autosummary::
12
13
      ~Expression.features
14
      ~Expression.gene_index
15
      ~Expression.samples
16
17
   .. rubric:: Methods Summary
18
19
   .. autosummary::
20
21
      ~Expression.drop_genes
22
      ~Expression.drop_samples
23
      ~Expression.get_genes_list
24
      ~Expression.get_samples_list
25
      ~Expression.load_dataframe
26
      ~Expression.load_dataframe_glob
27
      ~Expression.name
28
      ~Expression.preprocess_table
29
      ~Expression.set_genes_index
30
31
   .. rubric:: Attributes Documentation
32
33
   .. autoattribute:: features
34
   .. autoattribute:: gene_index
35
   .. autoattribute:: samples
36
37
   .. rubric:: Methods Documentation
38
39
   .. automethod:: drop_genes
40
   .. automethod:: drop_samples
41
   .. automethod:: get_genes_list
42
   .. automethod:: get_samples_list
43
   .. automethod:: load_dataframe
44
   .. automethod:: load_dataframe_glob
45
   .. automethod:: name
46
   .. automethod:: preprocess_table
47
   .. automethod:: set_genes_index