Arboreto
Arboreto is a computational library for inferring gene regulatory networks (GRNs) from gene expression data using paralleli.
Maintainer FreedomIntelligence · Last updated April 1, 2026
OmicVerse provides a complete FASTQ-to-count-matrix pipeline via the `ov.alignment` module. This skill covers: - **SRA data acquisition**: `prefetch` and `fqdump` (fasterq-dump wrapper) - **Quality control**: `fastp` for adapter trimming and QC reports - **RNA-seq alignment**: `STAR` aligner with auto-index building - **Gene quantification**: `featureCount` (subread featureCounts wrapper) - **Single-cell path**: `re….
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/fastq-analysis
Skill Snapshot
Source Doc
OmicVerse provides a complete FASTQ-to-count-matrix pipeline via the ov.alignment module. This skill covers:
prefetch and fqdump (fasterq-dump wrapper)fastp for adapter trimming and QC reportsSTAR aligner with auto-index buildingfeatureCount (subread featureCounts wrapper)ref and count via kb-python (kallisto/bustools)parallel_fastq_dumpAll functions share a common CLI infrastructure (_cli_utils.py) that handles tool resolution, auto-installation via conda/mamba, parallel execution, and streaming output.
Related skills
Arboreto is a computational library for inferring gene regulatory networks (GRNs) from gene expression data using paralleli.
Cell segmentation from multiplexed tissue images. Covers deep learning (Cellpose, Mesmer) and classical approaches for nuclear and whole-cel…
Extract, process, and deduplicate reads using Unique Molecular Identifiers (UMIs) with umi_tools. Use when library prep includes UMIs and ac…
Integrate multiple scRNA-seq samples/batches using Harmony, scVI, Seurat anchors, and fastMNN. Remove technical variation while preserving b…