BI
bio-longread-alignment:Align long reads ,使用 minimap2 ,用于 Oxford Nanopore 、 PacBio data。 支持 various presets ,用于 different…
FreedomIntelligence/OpenClaw-Medical-Skills查看
维护者 FreedomIntelligence · 最近更新 2026年4月1日
bio-machine-learning-atlas-mapping:映射 query cells to reference atlases ,支持 scANVI 或 Symphony。
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-machine-learning-atlas-mapping
技能摘要
原始文档
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()
相关技能
bio-longread-alignment:Align long reads ,使用 minimap2 ,用于 Oxford Nanopore 、 PacBio data。 支持 various presets ,用于 different…
bio-methylation-bismark-alignment:Bisulfite sequencing read alignment ,使用 Bismark ,支持 bowtie2/hisat2。 Handles genome pre…
bio-microbiome-taxonomy-assignment:Taxonomic 分类 of ASVs ,使用 reference databases like SILVA,GTDB,或 UNITE。 Covers naive Ba…
bio-phasing-imputation-reference-panels:Select 、 prepare reference panels (1KGP,HRC,TOPMed) ,用于 imputation。