When should I trim the adapters for Illumina reads?
1
0
Entering edit mode
7.9 years ago
LJ • 0

I regularly run alignment + variant calling pipelines for Illumina DNA-seq reads. Sometimes I can learn from whoever did the upstream sequencing whether there are adapters in the reads that I should look for to trim. But most of the times the person/organization who gave me the reads had no such information at all.

My usual routine is just to run FastQC to see whether there are warning for the "Adapter Content". If there's a red flag, I'll try to run some script to identify/trim the adapters. If not, I'll just directly pass the reads to the aligners.

I'm wondering would this be considered as the best practice? What does Illumina (HiSeq/MiSeq) software usually do for QC before they output the fastq files? If it's not a routine for them to trim the adapters, how does the software decide when to trim or not (based on some parameters)? Thanks in advance for any information!

next-gen • 4.0k views
ADD COMMENT
1
Entering edit mode

I recommend always trimming adapters unless you specifically need them for some purpose. Adapter trimming is a very fast and safe step when done correctly and reduces noise in all stages downstream. FastQC will only warn you about overrepresented sequences if the amount of adapter content passes some threshold, but there will virtually always be adapter contamination, and it's not going to help you to leave it there.

ADD REPLY
2
Entering edit mode
7.9 years ago
GenoMax 141k

Answer is it depends. If the facility processes the data in BaseSpace they may be opting to trim the adapters by default. If not (or if the data is processed by bcl2fastq pipeline) they may still be present. Aligners would generally soft clip adapters since they should not align.

Popular trimming programs (BBDuk from BBMap, Trimmomatic) include adapter sequences. BBMap actually includes a comprehensive list of most illumina ones. You can scan (and trim if needed) using those reference sequences. If there are no adapters all you would spend is time but if there are some then they would be taken care of by the trimmer.

ADD COMMENT

Login before adding your answer.

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