Entering edit mode
6 months ago
Morteza
•
0
I used hisat2 for mapping reads to reference genome and htseq-count for counting features. I downloaded reference genome sequence and annotation files from ensemble ftp portal. The output of ht-seq count is as follows:
__no_feature 3,324,819
__ambiguous 2,000,840
__too_low_aQual 937,875
__not_aligned 243,839
__alignment_not_unique 5,080,810
Is it in normal range?
I don't think it is possible to say on a general basis because experiments and protocols can be very different. Is this bulk or single-cell? You haven't given the total number of reads or how many reads overlap properly with a gene. The raw numbers are not informative, rather give percentages. My recommendation is to do a proper QC first, then decide eventual further steps based on the output.
It is for bulk RNA-Seq and this is HISAT2 summary stats:
So, everything is fine I guess...
wow that's a good alignment rate. Wish mine did that lol!