Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grimbough/rhdf5
Package providing an interface between HDF5 and R
https://github.com/grimbough/rhdf5
hdf5 r rhdf5
Last synced: 8 days ago
JSON representation
Package providing an interface between HDF5 and R
- Host: GitHub
- URL: https://github.com/grimbough/rhdf5
- Owner: grimbough
- Created: 2017-08-24T14:51:27.000Z (about 7 years ago)
- Default Branch: devel
- Last Pushed: 2024-04-12T09:08:17.000Z (7 months ago)
- Last Synced: 2024-04-12T15:39:17.764Z (7 months ago)
- Topics: hdf5, r, rhdf5
- Language: R
- Homepage: http://bioconductor.org/packages/rhdf5
- Size: 23.3 MB
- Stars: 59
- Watchers: 5
- Forks: 24
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
README
# rhdf5
This R/Bioconductor package provides an interface between HDF5 and R. HDF5's main features are the ability to store and access very large and/or complex datasets and a wide variety of metadata on mass storage (disk) through a completely portable file format. The rhdf5 package is thus suited for the exchange of large and/or complex datasets between R and other software package, and for letting R applications work on datasets that are larger than the available RAM.
## Current Status
| GitHub Actions | Bioconductor Build Sysytem | Test Coverage |
| ------------- |-------------| ----- |
| [![Package Checks](https://github.com/grimbough/rhdf5/actions/workflows/main.yml/badge.svg)](https://github.com/grimbough/rhdf5/actions/workflows/main.yml) | [![BioC Status](https://bioconductor.org/shields/build/devel/bioc/rhdf5.svg)](http://bioconductor.org/checkResults/devel/bioc-LATEST/rhdf5/) | [![Codecov](http://img.shields.io/codecov/c/github/grimbough/rhdf5.svg)](https://codecov.io/gh/grimbough/rhdf5) |## Contact
For bug reports, please register an [issue](https://github.com/grimbough/rhdf5/issues) here on Github. For usage queries please post a question on the [Bioconductor Support Forum](https://support.bioconductor.org/p/new/post/?tag_val=rhdf5).
## Funding
Funding for continued development and maintenance of this package has been provided by the German Network for Bioinformatics Infrastructure & the Chan Zuckerberg Initiative.