Skip to content

Releases: mojaveazure/loomR

Version 0.2.0 Beta

23 Apr 22:20
Compare
Choose a tag to compare
Version 0.2.0 Beta Pre-release
Pre-release

This is the 0.2.0 beta release of loomR. This beta provides stability and performance improvements over older versions of loomR, as well as increased compatibility with loompy and Seurat. Furthermore, this release provides a more complete API for working with loom files in R, including support for S3 and S4 methods for seamless integration of loom objects in one's pipelines.

To install, please update your version of hdf5r by using the GitHub version, then install loomR from GitHub as well.

devtools::install_github(ref = 'hhoeflin/hdf5r')
devtools::install_github(ref = 'mojaveazure/loomR')

You may need to install the HDF5 C++ libraries first, please see the table here for installation instructions.