Hi,
I mapp pair-end reads to a reference genome (stampy) then I convert SAM file into BAM and finally I get some stats using the samtools flagstat.
I get a file with a content similar to:
4198456 + 0 in total (QC-passed reads + QC-failed reads)
0 + 0 duplicates
4022089 + 0 mapped (95.80%:-nan%)
4198456 + 0 paired in sequencing
2099228 + 0 read1
2099228 + 0 read2
3796446 + 0 properly paired (90.42%:-nan%)
4013692 + 0 with itself and mate mapped
8397 + 0 singletons (0.20%:-nan%)
167574 + 0 with mate mapped to a different chr
72008 + 0 with mate mapped to a different chr (mapQ>=5)
I don't understand the detailed explanation of samtools flagstat output.
* What does "singleton" mean ? This means that one reads of the paired end reads is mapped to the genome
* What "with itself and mate mapped" mean? It means that both reads mapped to genome
I mapp pair-end reads to a reference genome (stampy) then I convert SAM file into BAM and finally I get some stats using the samtools flagstat.
I get a file with a content similar to:
4198456 + 0 in total (QC-passed reads + QC-failed reads)
0 + 0 duplicates
4022089 + 0 mapped (95.80%:-nan%)
4198456 + 0 paired in sequencing
2099228 + 0 read1
2099228 + 0 read2
3796446 + 0 properly paired (90.42%:-nan%)
4013692 + 0 with itself and mate mapped
8397 + 0 singletons (0.20%:-nan%)
167574 + 0 with mate mapped to a different chr
72008 + 0 with mate mapped to a different chr (mapQ>=5)
I don't understand the detailed explanation of samtools flagstat output.
* What does "singleton" mean ? This means that one reads of the paired end reads is mapped to the genome
* What "with itself and mate mapped" mean? It means that both reads mapped to genome
Comment