Data Table (skbio.table)#

This module provides support for interaction with data tables in the Biological Observation Matrix (BIOM) format.

Please refer to the BIOM documentation for the instructions on working with BIOM tables.

BIOM table#

Table(data, observation_ids, sample_ids[, ...])

The (canonically pronounced 'teh') Table.

Example data#

example_table

The (canonically pronounced 'teh') Table.

Data Augmentation#

Augmentation(table[, label, num_classes, tree])

Data Augmentation of a omic data table, for predictive models on omic data.