ワンクリックで
marker-gene-validator
Validate whether a marker set supports a proposed cell type or cell state and explain the main caveats.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Validate whether a marker set supports a proposed cell type or cell state and explain the main caveats.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Manage the BioAPEX current-feature workflow from scoping through review and completion
Turn an analysis request into a Slurm-ready execution plan with commands, resource assumptions, and job structure.
Scale a buffer recipe to a target volume and compute component masses/volumes.
Save a fetched summary or document to the knowledge base for later retrieval (e.g. after PubMed/UniProt lookup).
Interpret scRNA clusters using marker genes and suggest cell type or state.
Critically evaluate a perturbation hypothesis — challenge assumptions, propose negative controls, and flag confounders.
| name | marker_gene_validator |
| description | Validate whether a marker set supports a proposed cell type or cell state and explain the main caveats. |
| category | bio/single_cell_rna |
| version | 1 |
| requires_tools | ["search_knowledge_base","ncbi_eutils","uniprot_api","python_repl"] |
| requires_network | true |
| user_invocable | true |
| tags | ["markers","validation","annotation","cell-state"] |
| aliases | ["marker_panel_validator"] |
| species | any |
| modality | single_cell_rna |
| stage | annotation |
| stability | stable |
| safety_level | low |
Check whether a proposed marker set really supports the claimed cell identity or state.
Use this skill when the user already has a marker panel or top DE genes and wants to know whether the label is convincing.
search_knowledge_base before leaning on generic marker heuristics.ncbi_eutils and uniprot_api to confirm unclear, surprising, or multifunctional markers when necessary.python_repl to organize markers into strongly supportive, weakly supportive, and conflicting groups if the list is long.search_knowledge_base, ncbi_eutils, uniprot_api, and python_repl checks support the call.