Trimming Of Illumina Rna-Seq Pe Based On Mean/Median Phred Or Richard Mott'S Algorithm
3
0
Entering edit mode
11.0 years ago
Nick ▴ 290

I would like to trim my Illumina RNA-Seq PE data based on one of the following:

  • mean/median PHRED score (either for the whole read or over a moving window) or
  • Richard Mott's algorithm

I also would like that the program removes a read pair if after trimming one (or both) reads are cut below certain (user-defined) threshold length.

I know there are tons of trimming scripts doing some of the above. Can you point me to a script that meets both requirements (trimming and read pair removal)?

rna-seq trimming • 4.2k views
ADD COMMENT
1
Entering edit mode
11.0 years ago
bow ▴ 790

Take a look at sickle, it uses a sliding-window approach (similar to Richard Mott's algorithm), allows you to define a minimum quality threshold value, and removes read pairs as well.

ADD COMMENT
1
Entering edit mode

Thank you - sickle does the job. Also, it seems very fast.

ADD REPLY
0
Entering edit mode
11.0 years ago

A few tools are listed here Fastq Quality Control Shootout

ADD COMMENT
0
Entering edit mode
2.5 years ago
Jiacheng ▴ 60

I'd recommend atria for Illumina paired-end trimming. It is a comprehensive trimmer with exceptional precision and speed.

It uses a sliding-window for quality trimming, and you can filter reads by read length:

atria --no-adapter-trim --quality-score 20 --length-range 50:500 -r r1.fastq [-R r2.fastq]
ADD COMMENT

Login before adding your answer.

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