bio-compressed-files
Read and write compressed sequence files (gzip, bzip2, BGZF) using Biopython. Use when working with.gz or.bz2 sequence f…
维护者 K-Dense Inc. · 最近更新 2026年4月1日
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.
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/zarr-python
技能摘要
原始文档
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))
相关技能
Read and write compressed sequence files (gzip, bzip2, BGZF) using Biopython. Use when working with.gz or.bz2 sequence f…
Preprocessing and harmonization of multi-omics data before integration. Covers normalization, batch correction, feature…
Supervised and unsupervised multi-omics integration with mixOmics. Includes sPLS for pairwise integration and DIABLO for…
Filter reads by quality scores, length, and N content using Trimmomatic and fastp. Apply sliding window trimming, remove…