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日
pysam:Pysam是一个Python module ,用于 reading,manipulating,、 writing genomic 数据集s。 Read/write SAM/BAM/CRAM alignment files,VCF/BCF variant files,、 FASTA/FASTQ sequences ,支持 Pythonic interface to htslib。
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/pysam
技能摘要
原始文档
This skill should be used when:
Read alignment file:
import pysam
## Open VCF file and iterate variants
vcf = pysam.VariantFile("variants.vcf")
for variant in vcf:
print(f"{variant.chrom}:{variant.pos} {variant.ref}>{variant.alts}")
vcf.close()
python
相关技能
bio-alignment-io:Read,write,、 convert multiple sequence alignment files ,使用 Biopython Bio.AlignIO。 支持 Clustal,PHYLIP,Sto…
FlowIO是一个lightweight Python 库 ,用于 reading 、 writing Flow Cytometry Standard (FCS) files。 解析 FCS metadata,extract event d…
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…