bio-compressed-files
Read and write compressed sequence files (gzip, bzip2, BGZF) using Biopython. Use when working with.gz or.bz2 sequence files. Use BGZF for i…
Maintainer K-Dense Inc. · Last updated April 1, 2026
Zarr is a Python library for storing large N-dimensional arrays with chunking and compression. Apply this skill for efficient parallel I/O, cloud-native workflows, and seamless integration with NumPy, Dask, and Xarray.
Original source
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/zarr-python
Skill Snapshot
Source Doc
Requires Python 3.11+. For cloud storage support, install additional packages:
import zarr
import numpy as np
## Write data using NumPy-style indexing
z[:, :] = np.random.random((10000, 10000))
Related skills
Read and write compressed sequence files (gzip, bzip2, BGZF) using Biopython. Use when working with.gz or.bz2 sequence files. Use BGZF for i…
Preprocessing and harmonization of multi-omics data before integration. Covers normalization, batch correction, feature alignment, and missi…
Supervised and unsupervised multi-omics integration with mixOmics. Includes sPLS for pairwise integration and DIABLO for multi-block discrim…
Filter reads by quality scores, length, and N content using Trimmomatic and fastp. Apply sliding window trimming, remove low-quality bases f…