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
|
The Biological Observation Matrix (BIOM) format
===============================================
[](https://github.com/biocore/biom-format/actions/workflows/python-package-conda.yml)
The BIOM file format (canonically pronounced *biome*) is designed to be a general-use format for representing counts of observations (e.g., OTUs, KO categories, lipid types) in one or more biological samples (e.g., microbiome samples, genomes, metagenomes).
Further details can be found at http://biom-format.org.
Installation
------------
The easiest way to install the latest version of BIOM-Format is through [conda-forge](https://conda-forge.org/):
```
$ conda install -c conda-forge biom-format
```
Alternatively, you can install the latest version through [PyPI](https://pypi.org/):
```
$ pip install biom-format
```
Getting help
------------
To get help with biom, please open an issue on the Github [tracker](https://github.com/biocore/biom-format/issues).
|