1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
biom.table.Table
================
.. currentmodule:: biom.table
.. autoclass:: Table
.. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages.
.. autosummary::
:toctree:
Table.__eq__
Table.__format__
Table.__getitem__
Table.__init__
Table.__iter__
Table.__ne__
Table.__new__
Table.__reduce__
Table.__reduce_ex__
Table.__repr__
Table.__sizeof__
Table.__str__
Table.__subclasshook__
Table._axis_to_num
Table._cast_metadata
Table._conv_to_self_type
Table._data_equality
Table._extract_data_from_tsv
Table._get_col
Table._get_row
Table._get_sparse_data
Table._index
Table._index_ids
Table._intersect_id_order
Table._invert_axis
Table._iter_obs
Table._iter_samp
Table._to_dense
Table._to_sparse
Table._union_id_order
Table._verify_metadata
Table.add_group_metadata
Table.add_metadata
Table.collapse
Table.copy
Table.data
Table.delimited_self
Table.descriptive_equality
Table.exists
Table.filter
Table.from_hdf5
Table.from_json
Table.from_tsv
Table.get_table_density
Table.get_value_by_ids
Table.group_metadata
Table.ids
Table.index
Table.is_empty
Table.iter
Table.iter_data
Table.iter_pairwise
Table.max
Table.merge
Table.metadata
Table.min
Table.nonzero
Table.nonzero_counts
Table.norm
Table.pa
Table.partition
Table.reduce
Table.sort
Table.sort_order
Table.subsample
Table.sum
Table.to_hdf5
Table.to_json
Table.to_tsv
Table.transform
Table.transpose
.. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages.
.. autosummary::
:toctree:
Table.dtype
Table.matrix_data
Table.nnz
Table.shape
|