Discrepancy in Alignment Rates: HISAT2 vs FeatureCounts
1
0
Entering edit mode
6 months ago
Max • 0

Hi everyone,

I hope you're doing well. I've been encountering a puzzling issue in my RNA-seq analysis pipeline and was hoping to get some insights from this knowledgeable community.

I'm currently working on an RNA-seq project, where I've aligned my trimmed reads to the mouse reference genome (GRCm39) using HISAT2 and counted the reads using FeatureCounts. However, I'm getting significantly different alignment rates between the two tools. With HISAT2, I consistently obtain alignment rates around 60-75%, whereas with FeatureCounts, the alignment rates drop to approximately 30%.

I've been trying to figure out the reasons behind this discrepancy and have considered several factors based on discussions and suggestions from various sources:

  1. Quality of Reads:

I've ensured that my input reads are of good quality, with proper trimming and filtering steps applied to remove low-quality bases and adapter contamination.

  1. Reference Genome and Annotation Files:

I've used the GRCm39 mouse reference genome for both alignment and annotation. The GTF file used for annotation is specific to GRCm39.

  1. HISAT2 Alignment:

I've aligned the trimmed reads to the reference genome using HISAT2, ensuring correct indexing, and followed the recommended parameters for alignment.

  1. FeatureCounts:

For read counting, I've used FeatureCounts with the same GTF file used for HISAT2 alignment. The BAM files generated by HISAT2 were sorted, indexed, and used as input for FeatureCounts.

Summary of featureCounts count matrix

featureCount alignment Hisat2 • 610 views
ADD COMMENT
0
Entering edit mode

Does FeatureCounts do alignments?

Or is it telling you that only 30% of your reads intersect with exons?

ADD REPLY
0
Entering edit mode
6 months ago

featurecounts tells you what percent of your alignments overlap with the annotated features -

perhaps what you are really trying to ask is: why are so many alignments outside of the regions annotated as exons?

ADD COMMENT
0
Entering edit mode

This makes much more sense, I understand now.

THank you!

ADD REPLY

Login before adding your answer.

Traffic: 1682 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6