# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "BiocIO" in publications use:' type: software license: Artistic-2.0 title: 'BiocIO: Standard Input and Output for Bioconductor Packages' version: 1.15.0 abstract: 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: - family-names: Morgan given-names: Martin - family-names: Lawrence given-names: Michael - family-names: Van Twisk given-names: Daniel - family-names: Ramos given-names: Marcel email: marcel.ramos@roswellpark.org orcid: https://orcid.org/0000-0002-3242-0582 repository: https://bioc.r-universe.dev repository-code: https://github.com/Bioconductor/BiocIO url: https://github.com/Bioconductor/BiocIO date-released: '2024-04-25' contact: - family-names: Ramos given-names: Marcel email: marcel.ramos@roswellpark.org orcid: https://orcid.org/0000-0002-3242-0582