so for further process just remove unmapped reads from those bam files?
• 0 views
•
link
I mapped reads onto a nuclear, chloroplast, and mitochondrial genome separately using bwa mem and then sorted using samtools. Entire genome: 179 Mb, chloroplast: 169Kb, mitochondria: 43Kb. The resulting bam files are all similar in sizes (23G, 27G, and 27G). Is their an error? Why would this be the case?
Because a BAM contains all reads (mapped and unmapped) that were in the original fastq file, so this is normal and expected.
Log in to answer this question.