gvanzin / BIOM.utils

Utilities for the Biological Observation Matrix (BIOM) Format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package BIOM.utils defines utilities in the R language for conveniently handling the BIOM (Biological Observation Matrix) format. See: http://biom-format.org.

Objects of class "biom" may be constructed with:

biom.list()
biom.matrix()
biom.character()

And methods are provided for:

as.matrix()
as.character()
as.list()
dim()
dimnames()
metadata()
head()
tail()
print()
summary()
str()

CRAN (Comprehensive R Archive Network) hosts the package including its manual.

About

Utilities for the Biological Observation Matrix (BIOM) Format

License:Other


Languages

Language:R 94.2%Language:Shell 4.1%Language:Prolog 1.7%