Learn R Programming

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

biom (version 0.3.10)

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

Description

This is an R package for interfacing with the BIOM format. 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.10

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Paul McMurdie

Last Published

September 18th, 2013

Functions in biom (0.3.10)

nrow

observation_metadata

colnames

biom_shape

biom

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

The biom format data class.
write_biom

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

biom_data

show

Method extensions to show for biom objects.
rownames

sample_metadata

biom-package

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

matrix_element_type

read_biom

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