# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "biomformat" in publications use:' type: software license: GPL-2.0-only title: 'biomformat: An interface package for the BIOM file format' version: 1.40.0 doi: 10.32614/CRAN.package.biomformat identifiers: - type: url value: http://biom-format.org/ abstract: This is an R package for interfacing with the BIOM file 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. authors: - family-names: McMurdie given-names: Paul J. email: joey711@gmail.com - family-names: Paulson given-names: Joseph N. email: joseph.paulson@yale.edu repository: https://bioc-release.r-universe.dev repository-code: https://github.com/joey711/biomformat commit: 85208fb992fd9757ff45ad23e76049ac26911295 url: https://github.com/joey711/biomformat/ date-released: '2026-03-15' contact: - family-names: McMurdie given-names: Paul J. email: joey711@gmail.com