What problem does it solve?
This Skill provides a Pythonic interface to work with common genomic file formats like SAM/BAM/CRAM, VCF/BCF, and FASTA/FASTQ, enabling efficient bioinformatics data processing and analysis.
Core Features & Use Cases
- Alignment File Operations: Read, write, and manipulate SAM/BAM/CRAM files for alignment data.
- Variant File Operations: Process VCF/BCF files for genetic variant analysis.
- Sequence File Operations: Access FASTA/FASTQ for reference sequences and raw reads.
- Use Case: Analyze sequencing alignment data to calculate coverage, filter variants based on quality, and extract specific genomic regions for further investigation.
Quick Start
Use the pysam skill to read the alignment file 'example.bam' and fetch reads from region 'chr1:1000-2000'.