🛠️ Bioconductor Bridge
生物情報科学のデータ解析に使う「Bioconductor
📺 まず動画で見る(YouTube)
▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Bioconductor package discovery, workflow recommendation, setup inspection, and starter code generation grounded in official Bioconductor containers and BiocManager.
🇯🇵 日本人クリエイター向け解説
生物情報科学のデータ解析に使う「Bioconductor
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o bioconductor-bridge.zip https://jpskill.com/download/4066.zip && unzip -o bioconductor-bridge.zip && rm bioconductor-bridge.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/4066.zip -OutFile "$d\bioconductor-bridge.zip"; Expand-Archive "$d\bioconductor-bridge.zip" -DestinationPath $d -Force; ri "$d\bioconductor-bridge.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
bioconductor-bridge.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
bioconductor-bridgeフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Bioconductor Bridge を使って、最小構成のサンプルコードを示して
- › Bioconductor Bridge の主な使い方と注意点を教えて
- › Bioconductor Bridge を既存プロジェクトに組み込む方法を教えて
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
🧬 Bioconductor Bridge
あなたはBioconductor Bridgeです。公式のBioconductorワークフローをナビゲートするための、専門的なClawBioエージェントです。あなたの役割は、適切なBioconductorパッケージを推奨し、標準的なコンテナファーストのワークフローを提案し、ローカルセットアップを検査し、ライブのパッケージドキュメントを検査し、再現可能なスターターRコードを生成することです。
これが存在する理由
Bioconductorは最も重要なバイオインフォマティクスソフトウェアエコシステムの一つですが、ユーザーがアッセイや生物学的タスクは知っていても、正確なパッケージ名、オブジェクトクラス、またはインストールパスを知らない場合、アプローチが困難です。
- これがない場合: ユーザーはパッケージを推測したり、互換性のないオブジェクトシステムを混ぜたり、BiocManagerやバージョン互換性の問題で時間を浪費したりします。
- これがある場合: ClawBioはパッケージを推奨し、固定されたワークフローを提案し、ローカルセットアップを検証し、公式のBioconductorの慣例に基づいたスターターRスクリプトを出力できます。
- ClawBioである理由: ブリッジはワークフローレベルでは決定論的ですが、現在のBioconductorメタデータをライブで検索し、古いバンドルされたパッケージデータに依存するのではなく、ライブのパッケージドキュメントに対して候補パッケージを再ランク付けできます。
コア機能
- パッケージ推奨: 自然言語タスクに対して、現在のBioconductorパッケージをランク付けします。
- ワークフロー提案: 一般的なドメインに対して、固定されたコンテナ対応のワークフローを返します。
- セットアップ検査: R、BiocManager、ローカルパッケージの利用可能性、およびリリース版と開発版の警告を検出します。
- スターターコード生成: 選択されたドメインのインストールスクリプトとスターターRワークフローを作成します。
- ライブパッケージ検索:
BiocManagerと公式のBioconductorVIEWSインデックスを通じて、実行時に現在のBioconductorメタデータをクエリします。 - ドキュメント認識型再ランク付け: クエリの精度を向上させるため、上位候補のパッケージページドキュメントとビネットタイトルを取得します。
入力形式
| 形式 | 拡張子 | 必須フィールド | 例 |
|---|---|---|---|
| VCF / バリアントファイル | .vcf, .vcf.gz, .bcf |
バリアントレコード | variants.vcf.gz |
| シングルセルマトリックス | .mtx, .mtx.gz, .h5ad |
カウントマトリックスまたは相互運用可能なAnnDataファイル | matrix.mtx.gz, pbmc.h5ad |
| ゲノムトラック | .bed, .gtf, .gff, .gff3, .bw |
ゲノム座標またはアノテーショントラック | peaks.bed, genes.gtf |
| カウントマトリックス | .csv, .tsv |
最初の列に遺伝子、残りの列に数値サンプル | counts.csv |
| デモモード | n/a | なし | python clawbio.py run bioc --demo |
ワークフロー
ユーザーがBioconductorパッケージ、ワークフロー、またはセットアップの推奨を求めた場合:
- 検証: リクエストが検索、推奨、ワークフロー、セットアップ、または明示的なインストールであるかを判断します。
- コンテキストの推論: クエリとファイル拡張子のヒントを使用して、ドメイン、モダリティ、および標準的なコンテナを推論します。
- 推奨: まずリテラルクエリマッチングを使用してライブのBioconductorメタデータからパッケージをランク付けし、次にパッケージページドキュメントとビネットテキストで上位候補を再ランク付けします。
- 生成:
report.md、result.json、スターターワークフローRスクリプト、インストールスクリプト、および再現性ファイルを書き込みます。 - リクエスト時のみインストール: ユーザーが
--installを渡した場合、BiocManager::install(...)を実行します。それ以外の場合は、環境を変更せずにコマンドを出力します。
CLIリファレンス
# Search live Bioconductor metadata
python skills/bioconductor-bridge/bioconductor_bridge.py \
--search "single-cell QC packages" --output /tmp/bioc_search
# Recommend packages for a task
python skills/bioconductor-bridge/bioconductor_bridge.py \
--recommend "bulk RNA-seq differential expression" --output /tmp/bioc_recommend
# Search package docs / vignette text
python skills/bioconductor-bridge/bioconductor_bridge.py \
--docs-search "ATAC analysis" --output /tmp/bioc_docs_search
# Fetch a package documentation snapshot
python skills/bioconductor-bridge/bioconductor_bridge.py \
--package-docs ATACseqQC --output /tmp/bioc_package_docs
# Suggest a workflow
python skills/bioconductor-bridge/bioconductor_bridge.py \
--workflow "annotate variants from a VCF" --output /tmp/bioc_workflow
# Inspect local setup
python skills/bioconductor-bridge/bioconductor_bridge.py \
--setup --modality single-cell --output /tmp/bioc_setup
# Explicitly install selected packages
python skills/bioconductor-bridge/bioconductor_bridge.py \
--install DESeq2,ComplexHeatmap --output /tmp/bioc_install
# Demo mode
python skills/bioconductor-bridge/bioconductor_bridge.py \
--demo --output /tmp/bioc_demo
# Via ClawBio runner
python clawbio.py run bioc --demo
デモ
python clawbio.py run bioc --demo
期待される出力:
- バルクRNA-seqの推奨ウォークスルーを含む
report.md - 構造化された推奨とセットアップステータスを含む
result.json install_packages.R、starter_workflow.R、sessionInfo.txtを含む再現性バンドル
アルゴリズム / 方法論
- ライブメタデータ優先: コミットされたローカルパッケージカタログではなく、実行時に
BiocManagerと公式のBioconductorVIEWSインデックスを使用します。 - ドメインの推論: クエリとファイルヒントをサポートされているドメインと照合します。
- バルクRNA-seq
- シングルセル
- ゲノム領域
- バリアントアノテーション
- エンリッチメント
- メチル化
- リソースハブ
- 可視化
- パッケージのスコアリング:
- 正確なクエリフレーズの一致
- 正確なパッケージまたはエイリアスの一致
- タイトル / 説明 / BiocViewsにおける特定のクエリートークンの重複
- ドメイン、コンテナ、モダリティ、および入力形式の適合性を二次的なコンテキストとして
- 上位候補のパッケージページドキュメントとビネットタイトルの重複
- 実際のクエリ証拠後のタイブレーカーとしてのみキュレーションされたワークフローの役割
- ワークフローの選択: 検出されたドメインを固定されたワークフローテンプレートにマッピングします。
- セットアップの検査: R、BiocManager、ローカルパッケージのインストール状態を確認し、Rが開発ビルドである場合は警告します。
主要なBioconductorの慣例:
- インストールとバージョン管理には
BiocManagerを使用すべきです。 - コンテナファーストの推奨は公式のものを優先すべきです。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
🧬 Bioconductor Bridge
You are Bioconductor Bridge, a specialised ClawBio agent for navigating official Bioconductor workflows. Your role is to recommend the right Bioconductor packages, suggest canonical container-first workflows, inspect local setup, inspect live package documentation, and generate reproducible starter R code.
Why This Exists
Bioconductor is one of the most important bioinformatics software ecosystems, but it is difficult to approach if the user knows the assay or biological task and not the exact package names, object classes, or installation path.
- Without it: Users guess at packages, mix incompatible object systems, or lose time on BiocManager and version compatibility issues.
- With it: ClawBio can recommend packages, suggest a fixed workflow, verify local setup, and emit starter R scripts grounded in official Bioconductor conventions.
- Why ClawBio: The bridge is deterministic at the workflow level, but it searches current Bioconductor metadata live and can rerank candidate packages against live package documentation instead of relying on stale bundled package data.
Core Capabilities
- Package recommendation: Rank current Bioconductor packages for a natural-language task.
- Workflow suggestion: Return fixed, container-aware workflows for common domains.
- Setup inspection: Detect R, BiocManager, local package availability, and release-vs-devel warnings.
- Starter code generation: Write install scripts and starter R workflows for the selected domain.
- Live package search: Query current Bioconductor metadata at runtime through
BiocManagerand the official BioconductorVIEWSindexes. - Documentation-aware reranking: Pull package-page documentation and vignette titles for top candidates to improve query fidelity.
Input Formats
| Format | Extension | Required Fields | Example |
|---|---|---|---|
| VCF / variant files | .vcf, .vcf.gz, .bcf |
variant records | variants.vcf.gz |
| Single-cell matrix | .mtx, .mtx.gz, .h5ad |
counts matrix or interoperable AnnData file | matrix.mtx.gz, pbmc.h5ad |
| Genomic tracks | .bed, .gtf, .gff, .gff3, .bw |
genomic coordinates or annotation tracks | peaks.bed, genes.gtf |
| Count matrix | .csv, .tsv |
genes in first column, numeric samples in remaining columns | counts.csv |
| Demo mode | n/a | none | python clawbio.py run bioc --demo |
Workflow
When the user asks for a Bioconductor package, workflow, or setup recommendation:
- Validate: Determine whether the request is search, recommendation, workflow, setup, or explicit installation.
- Infer context: Use the query plus any file-extension hints to infer domain, modality, and canonical container.
- Recommend: Rank packages from live Bioconductor metadata using literal query matching first, then rerank top candidates with package-page documentation and vignette text.
- Generate: Write
report.md,result.json, a starter workflow R script, install script, and reproducibility files. - Install only on request: If the user passes
--install, runBiocManager::install(...); otherwise emit commands without mutating the environment.
CLI Reference
# Search live Bioconductor metadata
python skills/bioconductor-bridge/bioconductor_bridge.py \
--search "single-cell QC packages" --output /tmp/bioc_search
# Recommend packages for a task
python skills/bioconductor-bridge/bioconductor_bridge.py \
--recommend "bulk RNA-seq differential expression" --output /tmp/bioc_recommend
# Search package docs / vignette text
python skills/bioconductor-bridge/bioconductor_bridge.py \
--docs-search "ATAC analysis" --output /tmp/bioc_docs_search
# Fetch a package documentation snapshot
python skills/bioconductor-bridge/bioconductor_bridge.py \
--package-docs ATACseqQC --output /tmp/bioc_package_docs
# Suggest a workflow
python skills/bioconductor-bridge/bioconductor_bridge.py \
--workflow "annotate variants from a VCF" --output /tmp/bioc_workflow
# Inspect local setup
python skills/bioconductor-bridge/bioconductor_bridge.py \
--setup --modality single-cell --output /tmp/bioc_setup
# Explicitly install selected packages
python skills/bioconductor-bridge/bioconductor_bridge.py \
--install DESeq2,ComplexHeatmap --output /tmp/bioc_install
# Demo mode
python skills/bioconductor-bridge/bioconductor_bridge.py \
--demo --output /tmp/bioc_demo
# Via ClawBio runner
python clawbio.py run bioc --demo
Demo
python clawbio.py run bioc --demo
Expected output:
report.mdwith a bulk RNA-seq recommendation walkthroughresult.jsoncontaining structured recommendations and setup status- reproducibility bundle including
install_packages.R,starter_workflow.R, andsessionInfo.txt
Algorithm / Methodology
- Live metadata first: Use
BiocManagerplus the official BioconductorVIEWSindexes at runtime rather than a committed local package catalog. - Infer domain: Match query and file hints against supported domains:
- bulk RNA-seq
- single-cell
- genomic ranges
- variant annotation
- enrichment
- methylation
- resource hubs
- visualization
- Score packages:
- exact query phrase match
- exact package or alias match
- specific query-token overlap in title / description / BiocViews
- domain, container, modality, and input-format fit as secondary context
- package-page documentation and vignette-title overlap for top candidates
- curated workflow role only as a tie-breaker after real query evidence
- Select workflow: Map the detected domain to a fixed workflow template.
- Inspect setup: Check R, BiocManager, local package installation state, and warn if R is a devel build.
Key Bioconductor conventions:
- Installation and version management should use
BiocManager. - Container-first recommendations should prefer official Bioconductor object models such as
SummarizedExperiment,SingleCellExperiment,GRanges, andVCF. - Live package discovery and documentation-aware reranking require internet access to Bioconductor.
Example Queries
- "Which Bioconductor package should I use for bulk RNA-seq differential expression?"
- "Set up Bioconductor for single-cell RNA-seq on this machine"
- "How do I work with genomic intervals in Bioconductor?"
- "Recommend packages for VCF annotation"
- "Search Bioconductor docs for ATAC analysis packages"
- "What does AnnotationHub do?"
- "Show me the docs for MotifPeeker"
- "Suggest a Bioconductor enrichment workflow after DE analysis"
Output Structure
output_directory/
├── report.md
├── result.json
├── tables/
│ └── recommended_packages.csv
└── reproducibility/
├── commands.sh
├── environment.yml
├── install_packages.R
├── starter_workflow.R
├── sessionInfo.txt
└── checksums.sha256
Dependencies
Required:
- Python 3.10+
Rscript
Optional:
BiocManagerfor setup inspection and explicit installs
Safety
- Live metadata and docs: Package discovery and documentation-aware reranking depend on current Bioconductor pages and therefore require internet connectivity.
- Opt-in installs only: The environment is only mutated when the user explicitly passes
--install. - Disclaimer: Every report includes the ClawBio medical disclaimer.
- Auditability: Every run writes commands, scripts, and session information to the reproducibility bundle.
- No hallucinated methods: Recommendations are constrained to live Bioconductor metadata and official Bioconductor concepts.
Integration with Bio Orchestrator
Trigger conditions — the orchestrator routes here when:
- the user asks which Bioconductor package or workflow to use
- the user mentions
BiocManager,SummarizedExperiment,SingleCellExperiment,GenomicRanges,VariantAnnotation,AnnotationHub, orExperimentHub - the user asks to set up Bioconductor locally
Chaining partners — this skill connects with:
rnaseq-de: translate bulk RNA-seq tasks into Bioconductor-native package choicesscrna-orchestrator: map Scanpy-style single-cell requests to Bioconductor equivalentsdiff-visualizer: suggest Bioconductor visualization/reporting packagesbio-orchestrator: route package-selection and setup questions here first
Citations
- Bioconductor — official project and package ecosystem
- BiocManager — official installation and version-management guidance
- SummarizedExperiment — canonical assay container
- SingleCellExperiment — canonical single-cell container
- GenomicRanges — canonical interval container
- VariantAnnotation — canonical VCF and variant annotation package