Software for Quality Check of reads
1
0
Entering edit mode
5.9 years ago
utkarsh.sood ▴ 40

Hi,

I have reads generated for metagenome sequence using Illumina Miseq paired-end reads with the read length of 250 bp. I want to perform the quality check for the obtained sequence.

Could anyone please let me know the software that can be used? I read about Prinseq standalone version but it has various options. I am a little confused about which parameters to use.

I want to remove sequences that have Phred score below 20.

Thanks

Illumina Reads Quality Check Prinseq • 2.1k views
ADD COMMENT
1
Entering edit mode
5.9 years ago
GenoMax 141k

FastQC for general QC.

bbduk.sh from BBMap for scanning and trimming of data. Some quality related options.

trimq=6             Regions with average quality BELOW this will be trimmed,
                    if qtrim is set to something other than f.  Can be a 
                    floating-point number like 7.3.
maxlength=          Reads longer than this after trimming will be discarded.
                    Pairs will be discarded only if both are longer.
minavgquality=0     (maq) Reads with average quality (after trimming) below 
                    this will be discarded.
maqb=0              If positive, calculate maq from this many initial bases.
minbasequality=0    (mbq) Reads with any base below this quality (after 
                    trimming) will be discarded.
ADD COMMENT

Login before adding your answer.

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