Pysam is a specialized toolkit that provides a Pythonic interface to htslib, allowing for the efficient manipulation of genomic data formats such as SAM, BAM, CRAM, VCF, and FASTA. It is an essential skill for bioinformatics developers building NGS pipelines, performing depth-of-coverage analysis, or filtering large-scale variant sets. By handling complex coordinate systems and providing direct access to samtools and bcftools commands, it simplifies the development of sophisticated scientific computing workflows within Claude Code.
주요 기능
01Per-base pileup analysis and coverage calculation tools
02Comprehensive VCF/BCF variant and genotype processing
03Native integration with samtools and bcftools command-line utilities
0481 GitHub stars
05High-performance random access to FASTA/FASTQ sequences
06Read and write SAM/BAM/CRAM alignment files with ease
사용 사례
01Building automated Next-Generation Sequencing (NGS) data processing pipelines
02Filtering, annotating, and subsetting large-scale genomic variant files
03Performing quality control and depth-of-coverage analysis on aligned reads