bio-longread-alignment
Align long reads using minimap2 for Oxford Nanopore and PacBio data. Supports various presets for different read types and applications. Use…
Maintainer FreedomIntelligence · Last updated April 1, 2026
Map query cells to reference atlases with scANVI or Symphony.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-machine-learning-atlas-mapping
Skill Snapshot
Source Doc
import scvi
import scanpy as sc
## Prepare query data
adata_query = sc.read_h5ad('query.h5ad')
## Subset to reference genes
adata_query = adata_query[:, adata_ref.var_names].copy()
Related skills
Align long reads using minimap2 for Oxford Nanopore and PacBio data. Supports various presets for different read types and applications. Use…
Bisulfite sequencing read alignment using Bismark with bowtie2/hisat2. Handles genome preparation and produces BAM files with methylation in…
Taxonomic classification of ASVs using reference databases like SILVA, GTDB, or UNITE. Covers naive Bayes classifiers (DADA2, IDTAXA) and ex…
Select and prepare reference panels (1KGP, HRC, TOPMed) for imputation.