Dear Friends,
I am new to NGS field and after studing alot of literature on qualty control. I use trimmomatic, fastx and qtrim software for 454 RNA-seq data. I am attaching the fastqc output for that. But I am not happy with the per base sequence quality graph, per base GC content and per base sequence content. Any help will be appreciated.
Thanks
Deepak
2 answers
Most trimming software is designed for Illumina data. I suggest you download BBDuk, and use this command:
bbduk.sh in=reads.fq out=trimmed.fq ref=adapters.fa k=23 ktrim=r mink=11 edist=1 qtrim=rl trimq=15
That should provide substantially better output, as it uses optimal dual-ended quality-trimming and allows indels in the adapter sequence, which is important in 454 data.
You can try Prinseq if Trimmomatic doesn't suit you http://edwards.sdsu.edu/cgi-bin/prinseq/prinseq.cgi
For your data it would be something like:
perl prinseq-lite.pl -verbose -fastq SRR1646514.fastq -stats_all -graph_data test.gd -custom_params "AGATCGGAAGAGCTCGTATGCCGTCTTCTGCTTG 1;AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGT 1; AGATCGGAAGAGCGGTTCAGCAGGAATGCCGAG 1" -min_len 36 -YourOtherTrimmingOptions
perl prinseq-graphs.pl -i test.gd -html_all -o test
Log in to answer this question.
What is your quality control pipeline?
I used trimmomatic all default option with headcrop 15. Then used that output as input for fastx tool kit with fastx_trmimmer and trim 8 base from the end of read. Next with fastq quality trimmer option is q 20 and p 30 remove low quality base. Finaaly used qtrim.
You didn't actually attach anything for anyone to look at...
Hi Swan this is my output FastQC report. Please help me how to correct these errors.
Where is the report ? Why don't u just give a Dropbox link ?
Hi this is the link of the file: https://www.dropbox.com/s/h6q97psk3gadf3h/Outputfile_fastqc.html?dl=0
My Pipeline Commands are