Crates.io | anndata |
lib.rs | anndata |
version | 0.5.0 |
source | src |
created_at | 2022-12-08 05:40:30.9797 |
updated_at | 2024-08-10 01:06:25.486677 |
description | Rust APIs |
homepage | https://github.com/kaizhang/anndata-rs |
repository | https://github.com/kaizhang/anndata-rs |
max_upload_size | |
id | 732373 |
size | 402,683 |
The goal of this library is to complement the anndata package by providing an out-of-core AnnData implementation.
Unlike the backed mode in the anndata package,
anndata-rs
's AnnData object is fully backed and always stays in sync with the data stored in the hard drive.
Here are the key features of this implementation:
Limitations:
.layer
and .raw
is not supported. To request a missing feature, please open a new issue.We do not provide installation instructions here. Right now this package is bundled with the SnapATAC2 package. Please install SnapATAC2 to get these features.
Click here to read tutorials.