README.md

The biomformat Package for R

Travis-CI Build Status

About

This is an R package for interfacing with both the JSON and HDF5 versions of the biom file format. This package includes basic tools for reading biom-format files, accessing and subsetting data tables from a biom object, as well as limited support for writing a biom-object back to a biom-format file.

Design

The design of this API is intended to match the python API where appropriate, while maintaining 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.

Installation

To install the latest stable release of the biomformat package enter the following in an R session (after official release).

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("biomformat")

Before official release, or to install the latest development version, enter the following into an R session.

install.packages("devtools") # if not already installed
devtools::install_github("joey711/biomformat")

Support



Try the biomformat package in your browser

Any scripts or data that you put into this service are public.

biomformat documentation built on Nov. 8, 2020, 7:43 p.m.