원클릭으로
scanpy
Single-cell RNA-seq analysis with Scanpy. Use when working with H5AD files, cell clustering, or differential expression.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Single-cell RNA-seq analysis with Scanpy. Use when working with H5AD files, cell clustering, or differential expression.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Shared operational contract for all MedSci agents: sequential execution, planning phase, retry limits, evidence standards.
Isolated exploratory code execution with medsci-sandbox tools. Use when analysis requires custom code beyond existing domain MCP tools.
AlphaFold DB for predicted protein structures and pLDDT confidence scores
Molecular biology toolkit. Use for FASTA parsing, sequence analysis, and translation.
ChEMBL database access for bioactivity data and target search
Datamol for molecular manipulation, SMILES processing, and cheminformatics
| name | scanpy |
| description | Single-cell RNA-seq analysis with Scanpy. Use when working with H5AD files, cell clustering, or differential expression. |
1. Read data → read_h5ad(path)
2. QC filtering → preprocess_omics(path, min_genes=200, min_cells=3)
3. Normalize → (included in preprocess step)
4. HVG select → (included in preprocess step, n_top_genes=2000)
5. Cluster → cluster_cells(path, method="leiden", resolution=1.0)
6. DE analysis → differential_expression(path, groupby="leiden")
7. Enrichment → gene_set_enrichment(genes=[...top DE genes])