An open API service indexing awesome lists of open source software.

https://github.com/mtvector/crandata

Crested-style Chromatin-adapted AnnData built on XArray
https://github.com/mtvector/crandata

Last synced: 10 months ago
JSON representation

Crested-style Chromatin-adapted AnnData built on XArray

Awesome Lists containing this project

README

          

# CrAnData: Crested-style chromatin-adapted AnnData

Rebuilt CREsted's data handling to convert them to a lazy-loading AnnData-like datastructure on Xarray, backed by h5. Designed to generalize into multiple dimensions and allow for dataloading of other AnnData fields, like layers, obsm, etc.

Proof of concept works as a dataloader, but doesn't play nicely with crested's fit() currently.

See [this notebook](tests/test_crandataloader.ipynb) for examples on how to create and use the class.

There may or may not be further development of this class... (there will not, but check out __genomics_dataloading_repo__ soon)