Hi all,
I indexed my genome assembly using hisat2-build resulting in 8 ht2 files
Used hisat2 to align my (RNA-seq paired-ends) reads to the indexed genome resulting SAM file for each pair
The alignment statistics are shown below

- I wonder if 98.21% is considered a good alignment result.
- I tried to blast several sequences that were left out and stored in unaligned.sam file. Surprisingly, They aligned perfectly to the same reference genome using NCBI-Blast.
So, can I include unaligned .sam file or extract these unmapped sequences and use them in further RNA-seq analysis? Or I should use another alignment tool like STAR for my bacterial RNA-seq data analysis.
Thank you
hisat2
rna-seq