bio-alignment-io
bio-alignment-io:Read,write,、 convert multiple sequence alignment files ,使用 Biopython Bio.AlignIO。 支持 Clustal,PHYLIP,Sto…
维护者 K-Dense Inc. · 最近更新 2026年4月1日
FlowIO是一个lightweight Python 库 ,用于 reading 、 writing Flow Cytometry Standard (FCS) files。 解析 FCS metadata,extract event data,、 create new FCS files ,支持 minimal dependencies。
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/flowio
技能摘要
原始文档
This skill should be used when:
Related Tools: For advanced flow cytometry analysis including compensation, gating, and FlowJo/GatingML support, recommend FlowKit library as a companion to FlowIO.
from flowio import FlowData
## Access basic information
print(f"FCS Version: {flow_data.version}")
print(f"Events: {flow_data.event_count}")
print(f"Channels: {flow_data.pnn_labels}")
相关技能
bio-alignment-io:Read,write,、 convert multiple sequence alignment files ,使用 Biopython Bio.AlignIO。 支持 Clustal,PHYLIP,Sto…
pysam:Pysam是一个Python module ,用于 reading,manipulating,、 writing genomic 数据集s。 Read/write SAM/BAM/CRAM alignment files,VCF…
doc-coauthoring:指引 users through structured workflow ,用于 co-authoring documentation。 This workflow helps users efficient…
paper-polish-workflow:Systematic top-down workflow ,用于 polishing academic papers。 Structure to logic to expression ,支持 u…