AnnData
AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observ…
维护者 K-Dense Inc. · 最近更新 2026年4月1日
Arboreto is a computational library for inferring gene regulatory networks (GRNs) from gene expression data using paralleli.
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/arboreto
技能摘要
原始文档
Install arboreto:
Basic GRN inference:
Critical: Always use if __name__ == '__main__': guard because Dask spawns new processes.
For standard GRN inference workflows including:
See: references/basic_inference.md
Use the ready-to-run script: scripts/basic_grn_inference.py for standard inference tasks:
Arboreto provides two algorithms:
GRNBoost2 (Recommended):
GENIE3:
Quick comparison:
from arboreto.algo import grnboost2, genie3
相关技能
AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observ…
Cell segmentation from multiplexed tissue images. Covers deep learning (Cellpose, Mesmer) and classical approaches for n…
Extract, process, and deduplicate reads using Unique Molecular Identifiers (UMIs) with umi_tools. Use when library prep…
Integrate multiple scRNA-seq samples/batches using Harmony, scVI, Seurat anchors, and fastMNN. Remove technical variatio…