Trim adapter sequence for single-end
2
0
Entering edit mode
7.6 years ago

Hey,

I want to do gene expression analysis from single end reads using RNA-Seq data produced by Illumina 2500. According to FastQC report some of the over-represented correspond to Illumina adapter sequences. Should I remove adapter sequences before alignment with Tophat?

Thank you.

sequence alignment rna-seq • 4.7k views
ADD COMMENT
2
Entering edit mode
7.6 years ago

Yes, you should. I recommend this procedure for single-ended reads, using the BBMap package:

bbduk.sh in=reads.fq out=trimmed.fq ref=adapters.fa k=23 hdist=1 mink=11

"adapters.fa" is distributed with BBMap.

ADD COMMENT
1
Entering edit mode

Trimmomatic is another that I regularly use. It works with both single and paired-end reads.

ADD REPLY
1
Entering edit mode
7.6 years ago
EagleEye 7.5k

Yes, if the FASTQC shows adaptor sequence is present in your file.

http://cutadapt.readthedocs.io/en/stable/guide.html

ADD COMMENT

Login before adding your answer.

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