Learn R Programming

⚠️There's a newer version (0.3.12) of this package.Take me there.

biom (version 0.3.9)

An interface package (beta) for the BIOM file format.

Description

This is an R package for interfacing with the BIOM format. Currently in beta form, this package includes basic tools for reading biom-format files, accessing and subsetting data tables from a biom object (which is more complex than a single table), as well as limited support for writing a biom-object back to a biom-format file. The design of this API is intended to match the python API and other tools included with the biom-format project, but with a decidedly "R flavor" that should be familiar to R users. This includes S4 classes and methods, as well as extensions of common core functions/methods.

Copy Link

Version

Install

install.packages('biom')

Monthly Downloads

8

Version

0.3.9

License

GPL-2 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Paul McMurdie

Last Published

May 22nd, 2013

Functions in biom (0.3.9)

biom-class

The biom format data class.
sample_metadata

biom_data

write_biom

Write a biom-format file, returning a biom-class.
ncol

biom

Build and return an instance of the biom-class.
biom_shape

matrix_element_type

read_biom

Read a biom-format file, returning a biom-class.
observation_metadata

show

Method extensions to show for biom objects.
nrow

rownames

header

colnames

biom-package

This is an R package for interfacing with the biom format.