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
| Maintainer | Marcel Ramos <marcel.ramos@sph.cuny.edu> |
| Author | Martin Morgan [aut], Michael Lawrence [aut], Daniel Van Twisk [aut], Marcel Ramos [cre] (ORCID: <https://orcid.org/0000-0002-3242-0582>) |
| License | Artistic-2.0 |
| Bug Reports | https://github.com/Bioconductor/BiocIO/issues |
| Downloads rank | 21851 |
| Source branch | RELEASE_3_23 |
| biocViews | Annotation, DataImport, Software |
Documentation
Download
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