Do I need to remove adapter if FastQC showed no adapter content.
1
1
Entering edit mode
8.1 years ago
jolin0701-dy ▴ 100

I am new to RNA seq analysis.

I ran FastQC and results showed there is no adapter content. But there are still some overrepresented sequences.

Do I still need to remove adapter?

If so, how can I find the adapter?

Thanks a lot!

RNA-Seq • 5.6k views
ADD COMMENT
4
Entering edit mode
8.1 years ago
GenoMax 141k

It does not hurt to pass your reads through a scan/trim program. If there is no adapters present, no changes would be made to the data. You will only expend some time but would be assured that the data is clean.
BBDuk.sh from BBMap, trimmomatic or cutadapt are all paired-end data aware scan/trim programs. You will find sequences of all commonly used adapters in "adapters.fa" file in the "resources" directory of BBMap. Trimmomatic/cutadapt may also provide adapter sequences.
Note: If you do have light adapter contamination (sounds like the case here) then most NGS aligners should be able to take care of it (soft clipping). So if you don't want to scan/trim, you could proceed with alignments.

ADD COMMENT
0
Entering edit mode

Thanks a lot!! It is very useful ~~

ADD REPLY
0
Entering edit mode

Agreed. Also as of bcl2fastq 2.17.1.14 adapter trimming can take place while creating the fastq file.

ADD REPLY

Login before adding your answer.

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