Fork me on GitHub

biom-format.org

biom.table.Table._to_dense

Contents

biom.table.Table._to_dense

static Table._to_dense(vec)

Converts a row/col vector to a dense numpy array.

Always returns a 1-D row vector for consistency with numpy iteration over arrays.

Contents