数据与复现生物信息与基因组学K-Dense-AI/claude-scientific-skills数据与复现
ZA

Zarr

维护者 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.

Claude CodeOpenClawNanoClaw分析处理复现实验zarr-pythongenomics-toolspackagegenomics tools

原始来源

K-Dense-AI/claude-scientific-skills

https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/zarr-python

维护者
K-Dense Inc.
许可
MIT license
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Zarr是一个Python 库 ,用于 storing large N-dimensional arrays ,支持 chunking 、 compression. Apply this skill ,用于 efficient parallel I/O,cloud-native workflows,、 seamless integration ,支持 NumPy,Dask,、 Xarray。
  • z = zarr.create_array( store="data/my_array.zarr",shape=(10000,10000),chunks=(1000,1000),dtype="f4" )。

原始文档

SKILL.md 摘录

Installation

Requires Python 3.11+. For cloud storage support, install additional packages:

Basic Array Creation

import zarr
import numpy as np

## Write data using NumPy-style indexing

z[:, :] = np.random.random((10000, 10000))

适用场景

  • Use Zarr ,用于 genomics 、 bioinformatics workflows。
  • Apply Zarr to sequencing,variant,或 omics analysis tasks。
  • Use zarr-python in 科研工作流 aligned ,支持 this subject area。
  • Follow upstream documentation ,用于 full working procedure。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

相关技能

相关技能

返回目录
BI
数据与复现生物信息与基因组学

bio-compressed-files

Read and write compressed sequence files (gzip, bzip2, BGZF) using Biopython. Use when working with.gz or.bz2 sequence f…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现生物信息与基因组学

bio-multi-omics-data-harmonization

Preprocessing and harmonization of multi-omics data before integration. Covers normalization, batch correction, feature…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现生物信息与基因组学

bio-multi-omics-mixomics-analysis

Supervised and unsupervised multi-omics integration with mixOmics. Includes sPLS for pairwise integration and DIABLO for…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现生物信息与基因组学

bio-read-qc-quality-filtering

Filter reads by quality scores, length, and N content using Trimmomatic and fastp. Apply sliding window trimming, remove…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看