Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

STAT-agent

STAT-agent에는 chenyhvvvv에서 수집한 skills 26개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
26
Stars
3
업데이트
2026-05-12
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

annotation-tangram
데이터 과학자

Map single-cell reference annotations onto spatial transcriptomics data using Tangram deep learning alignment. Projects cell type labels from scRNA-seq reference to spatial spots/cells. Works for both cell-level and spot-level (deconvolution-like) data.

2026-05-12
cell-communication-cellphonedb
데이터 과학자

Analyze cell-cell communication using CellPhoneDB statistical method to identify significant ligand-receptor interactions between cell types via permutation testing.

2026-05-12
cell-communication-liana
생화학자 및 생물물리학자

Analyze cell-cell communication using LIANA+ to identify significant ligand-receptor interactions between cell types. (Recommended!)

2026-05-12
celltype-annotation-fast
데이터 과학자

Annotate cell types using unsupervised clustering, marker genes, and LLM-based annotation. Fast alternative to reference-based methods.

2026-05-12
celltype-annotation-scanvi
데이터 과학자

Annotate cell types in spatial transcriptomics data using scANVI transfer learning from a reference scRNA-seq dataset. (Recommended for cell data)

2026-05-12
celltype-deconvolution
데이터 과학자

Perform cell type deconvolution (or annotation on spot) on spatial transcriptomics data (Visium spots) using RCTD with a single-cell reference dataset. (Recommended for spot data)

2026-05-12
deconvolution-cell2location
데이터 과학자

Reference-based Bayesian deconvolution of spot-level spatial transcriptomics using Cell2location. Two-stage model that first learns cell type expression signatures from scRNA-seq reference, then maps them to spatial spots. Provides uncertainty estimates. GPU recommended.

2026-05-12
deconvolution-flashdeconv
데이터 과학자

Ultra-fast reference-based cell type deconvolution for spot-level spatial data using FlashDeconv. O(N) complexity via random sketching — much faster than RCTD or Cell2location. Pure Python, no GPU needed.

2026-05-12
niche-detection
데이터 과학자

Identify spatial cellular niches using Harmonics hierarchical model. Detects microenvironments based on cell type composition and assigns niche labels to cells.

2026-05-12
spatial-statistics
데이터 과학자

Compute spatial statistics including Moran's I (spatial autocorrelation of genes), Ripley's K (spatial point pattern of cell types), co-occurrence analysis, and centrality scores. Uses squidpy for permutation-based spatial statistical testing on neighbor graphs.

2026-05-12
spatial-stats-neighborhood-enrichment
데이터 과학자

Compute neighborhood enrichment z-scores to identify which cell types are spatially co-localized or depleted from each other's neighborhoods. Uses squidpy permutation testing on spatial neighbor graphs. Requires cell type annotations.

2026-05-12
svg-spatialde
데이터 과학자

Identify spatially variable genes using SpatialDE Gaussian process regression. Decomposes gene expression variance into spatial and non-spatial components to find genes with significant spatial patterns. Uses official NaiveDE preprocessing workflow with Storey q-value FDR correction.

2026-05-12
trajectory-pseudotime
기타 생물 과학자

Infer cell developmental trajectories and pseudotime ordering using expression-based methods. Palantir uses diffusion maps and random walks for branching trajectories. DPT (Diffusion Pseudotime) is a lightweight alternative using scanpy. No RNA velocity data required.

2026-05-12
pathway-enrichment-compare
데이터 과학자

Compare pathway / gene-set enrichment between two user-provided gene lists (typically markers of two cell populations, clusters, or conditions) and draw a mirrored bar plot — one group per side of a shared axis. Takes a dict of two gene lists in adata.uns['enrichment_genes_groups'] and tests each against a gene-set library via gseapy.enrich (Fisher's exact test + BH FDR). Supports MSigDB Hallmark, GO, Reactome, KEGG, and any other Enrichr library. Requires species specification.

2026-05-11
alignment-stalign
데이터 과학자

Align two cell-level spatial transcriptomics slices using STalign. User provides matching landmark points between source and target slices. Computes initial affine from landmarks, then refines with LDDMM. Creates a new aligned slice with transformed x,y coordinates.

2026-05-10
integration-bbknn
데이터 과학자

Correct batch effects across multiple slices using BBKNN (Batch Balanced K-Nearest Neighbors). Modifies the neighbor graph to connect cells across batches, enabling joint clustering and visualization. Lightweight and fast.

2026-05-10
integration-scanorama
데이터 과학자

Correct batch effects across multiple slices using Scanorama panoramic stitching. Finds mutual nearest neighbors across datasets to learn a shared embedding, preserving biological variation while removing technical differences.

2026-05-10
registration-paste
데이터 과학자

Align multiple spatial transcriptomics slices using PASTE (Probabilistic Alignment of ST Experiments). Uses optimal transport to find correspondences between spots across slices based on gene expression and spatial coordinates. Produces aligned coordinates for joint analysis.

2026-05-10
differential-expression
기타 생물 과학자

Find differentially expressed marker genes between groups using scanpy rank_genes_groups with Wilcoxon test. The comparison target is flexible — between cell types, clusters, spatial domains, slices, ROIs, or any user-defined grouping.

2026-04-29
enrichment-ora
데이터 과학자

Test whether a gene list is enriched for specific pathways or gene sets using Over-Representation Analysis (Fisher's exact test). Supports KEGG, Reactome, MSigDB Hallmark, WikiPathways, and GO databases via gseapy.

2026-04-29
integration-harmony
데이터 과학자

Integrate multiple spatial transcriptomics slices using Harmony batch correction. User specifies which slices to integrate and an optional reference scRNA-seq with cell type annotations. Harmony corrects batch effects in PCA space and stores corrected embeddings back into each slice. If slices lack cell type annotations and a reference is provided, KNN label transfer can annotate cells using the integrated embedding.

2026-04-29
pathway-go-enrichment
기타 생물 과학자

Find enriched Gene Ontology (GO) terms for a user-provided gene list. Takes a list of genes stored in adata.uns['go_genes'] and tests which GO biological processes, molecular functions, or cellular components are over-represented. Uses Fisher's exact test via gseapy with Benjamini-Hochberg FDR correction. Requires species specification (human or mouse).

2026-04-29
pathway-ssgsea
데이터 과학자

Compute per-cell pathway activity scores using single-sample Gene Set Enrichment Analysis (ssGSEA). Scores each cell/spot for pathway activation, enabling spatial visualization of pathway activity across tissue. Supports MSigDB Hallmark, KEGG, GO, and custom gene sets.

2026-04-29
spatial-domain-graphst
데이터 과학자

Identify spatial domains in spot-level data using GraphST (Graph Self-supervised Transformer). Uses contrastive self-supervised learning on spatial transcriptomics graphs to learn domain-specific embeddings. Robust to noise and batch effects.

2026-04-29
spatial-domain-stagate
데이터 과학자

Identify spatial domains using STAGATE (Spatial-Transcriptomics Graph Attention Auto-Encoder). Uses graph attention networks on spatial neighbor graphs to learn spatially-aware cell embeddings, then clusters them into spatial domains. Works on both cell-level and spot-level data.

2026-04-29
spatial-domain-detection
데이터 과학자

Identify spatial domains in spot-level spatial transcriptomics data using SpaGCN, integrating gene expression, spatial location, and H&E histology image features.

2026-04-07