Adapter for RNA-seq alignment
2
0
Entering edit mode
9.5 years ago
chjiao3456 ▴ 40

Hi everyone:

I'm not quite familiar with RNA-seq alignment. It seems that part of the RNA-seq reads (splice site) can be mapped to reference genome by alignment tool Tophat or STAR. In this case, do we need to remove the adapters for sequencing reads with tools like cutadapt? For small RNA-seq, since the sequencing reads length is increasing, there is high possibility that the reads will contain adapter sequences.

alignment RNA-Seq • 4.1k views
ADD COMMENT
1
Entering edit mode
9.5 years ago

It's always a good idea to trim off the adapters (note that if you have paired-end reads, only use a trimmer that trims as a pair). You can also quality trim, but don't do that aggressively (certainly don't go over a minimum Phred score of 5).

ADD COMMENT
0
Entering edit mode

Thanks, which trim tool would you suggest?

ADD REPLY
0
Entering edit mode

There are two popular ones cutadapt and fastx clipper

I would go for cutadapt,

ADD REPLY
0
Entering edit mode

Thanks, cutadapt is a good tool.

ADD REPLY
1
Entering edit mode
9.5 years ago
iraun 6.2k

The presence of adapter sequences in your reads can affect dramaticaly the % of the alignment and also the quality. So, as Devon said, it's always a good practice to remove them. I suggest you to use Trimmomatic, which can deal with both Paired-End (PE) and Single-End (SE) data.

ADD COMMENT
0
Entering edit mode

Thanks for your recommendation.

ADD REPLY

Login before adding your answer.

Traffic: 3260 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