Given below is a summary of Bowtie2 alignment result of mapping transcriptome data to REF genes.
Command used:
bowtie2 -q -N 1 -p 8 -x REF/REFgene.fasta -1 DATA1/S1_1.fastq -2 DATA1/S1_2.fastq --al-conc Sample_unmapped.fastq -S REF/Bowtie_Result/REF/S1.sam
Alignment summary:
474285 (100.00%) were paired; of these:
413631 (87.21%) aligned concordantly 0 times
58324 (12.30%) aligned concordantly exactly 1 time
2330 (0.49%) aligned concordantly >1 times
----
413631 pairs aligned concordantly 0 times; of these:
251838 (60.88%) aligned discordantly 1 time
----
161793 pairs aligned 0 times concordantly or discordantly; of these:
323586 mates make up the pairs; of these:
291974 (90.23%) aligned 0 times
8787 (2.72%) aligned exactly 1 time
22825 (7.05%) aligned >1 times
69.22% overall alignment rate
My few concerns:
- 87.21% aligned concordantly but my overall alignment decreased to~ 70%. why does it comes down?
- I tried to fetch the unaligned reads using
--un-conc but it gives me concordantly aligned reads count but the concordantly unaligned results is obtained through -al-conc
reads
mapping
rna-seq
bowtie2
alignment