Bioc2026 Registration Open!

BiocIO

Standard Input and Output for Bioconductor Packages

Bioconductor version: 3.23 · Package version: 1.22.0

The `BiocIO` package contains high-level abstract classes and generics used by developers to build IO funcionality within the Bioconductor suite of packages. Implements `import()` and `export()` standard generics for importing and exporting biological data formats. `import()` supports whole-file as well as chunk-wise iterative import. The `import()` interface optionally provides a standard mechanism for 'lazy' access via `filter()` (on row or element-like components of the file resource), `select()` (on column-like components of the file resource) and `collect()`. The `import()` interface optionally provides transparent access to remote (e.g. via https) as well as local access. Developers can register a file extension, e.g., `.loom` for dispatch from character-based URIs to specific `import()` / `export()` methods based on classes representing file types, e.g., `LoomFile()`.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("BiocIO")

Details

MaintainerMarcel Ramos <marcel.ramos@sph.cuny.edu>
AuthorMartin Morgan [aut], Michael Lawrence [aut], Daniel Van Twisk [aut], Marcel Ramos [cre] (ORCID: <https://orcid.org/0000-0002-3242-0582>)
LicenseArtistic-2.0
Bug Reportshttps://github.com/Bioconductor/BiocIO/issues
Downloads rank21851
Source branchRELEASE_3_23
biocViewsAnnotation, DataImport, Software

Documentation

Download

Dependencies

Depends: R (>= 4.3.0)

Imports: BiocGenerics, S4Vectors, methods, tools

Suggests: testthat, knitr, rmarkdown, BiocStyle

Reverse dependencies

Depends On Me (3): BSgenome, HelloRanges, LoomExperiment

Imports Me (14): Bioc.gff, BiocSet, BSgenomeForge, gmapR, HiCExperiment, HiContacts, HiCool, imageFeatureTCGA, rtracklayer, TENxIO, tidyCoverage, txdbmaker, VisiumIO, XeniumIO