Package: BiocIO 1.23.3

BiocIO: Standard Input and Output for Bioconductor Packages

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()`.

Authors:Martin Morgan [aut], Michael Lawrence [aut], Daniel Van Twisk [aut], Marcel Ramos [cre]

BiocIO_1.23.3.tar.gz
BiocIO_1.23.3.zip(r-4.7)BiocIO_1.23.3.zip(r-4.6)BiocIO_1.23.3.zip(r-4.5)
BiocIO_1.23.3.tgz(r-4.6-any)BiocIO_1.23.3.tgz(r-4.5-any)
BiocIO_1.23.3.tar.gz(r-4.7-any)BiocIO_1.23.3.tar.gz(r-4.6-any)
BiocIO_1.23.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
BiocIO/json (API)
NEWS

# Install 'BiocIO' in R:
install.packages('BiocIO', repos = c('https://link-ny.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/bioconductor/biocio/issues

On BioConductor:BiocIO-1.23.3(bioc 3.24)BiocIO-1.22.0(bioc 3.23)

annotationdataimportbioconductor-packagecore-package

8.52 score 1 stars 515 packages 36 scripts 10 exports 4 dependencies

Last updated from:145536de8f. Checks:9 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK124
source / vignettesOK170
linux-release-x86_64OK131
macos-release-arm64OK103
macos-oldrel-arm64OK77
windows-develOK88
windows-releaseOK85
windows-oldrelOK132
wasm-releaseOK102

Exports:BiocFileListdecompressexportFileForFormatfileFormatimportpathresourceresource<-show

Dependencies:BiocBaseUtilsBiocGenericsgenericsS4Vectors

An Overview of the BiocIO package

Rendered fromBiocIO.Rmdusingknitr::rmarkdownon May 29 2026.

Last update: 2026-04-28
Started: 2020-06-01

Readme and manuals

Help Manual

Help pageTopics
BiocFile class objectsas.character,BiocFile-method BiocFile BiocFile-class BiocFileList BiocFileList-class FileForFormat fileFormat fileFormat,BiocFile-method fileFormat,character-method path path,BiocFile-method resource resource,BiocFile-method resource<- resource<-,BiocFile,character_OR_connection-method show,BiocFile-method
File compressioncompress CompressedFile-class compression decompress decompress,ANY-method decompress,character-method decompress,CompressedFile-method decompress,GZFile-method fileFormat,CompressedFile-method
Import and exportexport export,ANY,character,character-method export,ANY,character,missing-method export,ANY,CompressedFile,missing-method export,ANY,connection,character-method export,ANY,connection,missing-method export,ANY,missing,character-method import import,character,character,ANY-method import,character,missing,ANY-method import,CompressedFile,missing,ANY-method import,connection,character,ANY-method import,connection,missing,ANY-method import,missing,ANY,character-method IO