Discard reads with low quality
1
0
Entering edit mode
10.0 years ago
K.Nijbroek ▴ 100

Hi,

I've got Illumina Paired-End reads (2x 150 in --fr orientation). I want to filter my .SAM/.BAM files based on average read quality. Does anyone know an easy to use tool (Preferable which can run via Java or Windows), which is able to discard reads when average quality is <20?

Bowtie2 Reads Quality Ilumina • 3.4k views
ADD COMMENT
3
Entering edit mode
10.0 years ago

BBMap is a tools that can be used to discard reads from SAM files with average quality less than some threshold. Additionally, it can be used to trim bad quality 3' ends of the reads within the SAM file. BTW, it is always advisable to carry base quality filtering operations at the fastq level rather than aligned read (SAM or BAM) level.

See links below:

ADD COMMENT
0
Entering edit mode

without checking the seqanswers links you can also go with trimmomatic or cutadapt for filter the fastq files before mapping (which also makes sense in terms of CPU-time....

ADD REPLY

Login before adding your answer.

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