Quality Mapping
The main module for assessing alignment quality is qualimap bamqc
.
Options:
-bam <input.bam>
: Path to the aligned BAM file (e.g., deduplicated BAM file).-outdir <output_directory>
: Directory for output reports.-outformat <pdf|html>
: Choose the output format for the report.
Output of Qualimap BAMQC
The output includes:
General Alignment Statistics:
Total number of reads.
Percentage of mapped reads.
Percentage of properly paired reads (for paired-end data).
Coverage Statistics:
Mean coverage depth.
Percentage of the genome covered at varying depths (e.g., 1x, 5x, 10x).
Insert Size Distribution (for paired-end reads):
Provides insights into library preparation and sequencing quality.
GC Content Distribution:
Checks for bias in GC content distribution compared to expected values.
Read Quality Metrics:
Distribution of mapping quality scores.
Last updated