| Crates.io | anndata |
| lib.rs | anndata |
| version | 0.6.1 |
| created_at | 2022-12-08 05:40:30.9797+00 |
| updated_at | 2024-12-09 08:02:41.367134+00 |
| description | Rust APIs |
| homepage | https://github.com/kaizhang/anndata-rs |
| repository | https://github.com/kaizhang/anndata-rs |
| max_upload_size | |
| id | 732373 |
| size | 410,407 |
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.