跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Gtars

技能 活跃

High-performance toolkit for genomic interval analysis in Rust with Python bindings. Use when working with genomic regions, BED files, coverage tracks, overlap detection, tokenization for ML models, or fragment analysis in computational genomics and machine learning applications.

目的

To enable efficient and robust analysis of genomic interval data for researchers and ML practitioners in computational genomics.

功能

  • High-performance genomic interval analysis in Rust
  • Python bindings for programmatic use
  • CLI for rapid analysis and scripting
  • Overlap detection and IGD indexing
  • Coverage track generation (WIG, BigWig)
  • Genomic tokenization for ML
  • Reference sequence management and digest computation

使用场景

  • Analyzing BED files and genomic regions
  • Detecting overlaps between genomic features
  • Generating coverage tracks from sequencing data
  • Preprocessing genomic data for ML models
  • Validating reference genome integrity

非目标

  • Performing wet-lab experimental design
  • Direct integration with cloud sequencing platforms
  • Replacing comprehensive bioinformatics pipelines for complex multi-omics integration

工作流

  1. Load genomic data (BED, FASTA)
  2. Perform analysis (overlap, coverage, tokenization, sequence retrieval)
  3. Export results or use in downstream ML/analysis pipelines

实践

  • Genomic data analysis
  • ML preprocessing
  • Bioinformatics workflows

先决条件

  • Python 3.11+ with uv
  • Rust/Cargo for CLI installation

Documentation

  • info:Configuration & parameter referenceWhile parameters are demonstrated in examples and code snippets, explicit documentation of all options, defaults, and precedence order is not detailed.

Version

  • warning:Release ManagementWhile Cargo install uses features, the SKILL.md frontmatter lists license as 'Unknown' and there is no explicit semver version declared for the skill itself, making version pinning difficult for users.

Execution

  • info:ValidationInput file paths and coordinates are expected to be valid based on common usage, but explicit schema validation using libraries like Zod or pydantic is not detailed in the documentation.

Errors

  • info:Actionable error messagesError handling is mentioned, with examples for file not found and invalid formats, but specific remediation steps or doc links are not always provided for every error path.

Practical Utility

  • info:Edge casesWhile common error handling is mentioned, detailed documentation of specific edge cases (e.g., malformed input, rate limits for hypothetical external interactions) and their recovery steps is limited.

安装

npx skills add K-Dense-AI/claude-scientific-skills

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

质量评分

99 /100
1 day ago 分析

信任信号

最近提交3 days ago
星标21k
许可证MIT
状态
查看源代码

类似扩展

PyDESeq2

100

Differential gene expression analysis (Python DESeq2). Identify DE genes from bulk RNA-seq counts, Wald tests, FDR correction, volcano/MA plots, for RNA-seq analysis.

技能
K-Dense-AI

Geniml

99

This skill should be used when working with genomic interval data (BED files) for machine learning tasks. Use for training region embeddings (Region2Vec, BEDspace), single-cell ATAC-seq analysis (scEmbed), building consensus peaks (universes), or any ML-based analysis of genomic regions. Applies to BED file collections, scATAC-seq data, chromatin accessibility datasets, and region-based genomic feature learning.

技能
K-Dense-AI

Treat

100

修剪臃肿的会话,附带处方。移除进度标记、陈旧读取、重复内容等。

技能
Ruya-AI

Fit Drift Diffusion Model

100

Fit cognitive drift-diffusion models (Ratcliff DDM) to reaction time and accuracy data with parameter estimation (drift rate, boundary separation, non-decision time), model comparison, and parameter recovery validation. Use when modeling binary decision-making with reaction time data, estimating cognitive parameters from experimental data, comparing sequential sampling model variants, or decomposing speed-accuracy tradeoff effects into latent cognitive components.

技能
pjt222

TimesFM Forecasting

100

Zero-shot time series forecasting with Google's TimesFM foundation model. Use for any univariate time series (sales, sensors, energy, vitals, weather) without training a custom model. Supports CSV/DataFrame/array inputs with point forecasts and prediction intervals. Includes a preflight system checker script to verify RAM/GPU before first use.

技能
K-Dense-AI

Cleanup Cycles

100

Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".

技能
raintree-technology