Which tool/method to use for Raw data quality evaluation and filtering
2
0
Entering edit mode
9.3 years ago
arronar ▴ 280

Hello. I'm studding about RNASeq and specifically about differential expression techniques/pipelines. As anyone knows, the first step is to evaluate and filter the raw data. Actually there are tons of tools and papers evaluate them out there for this step. Here is a list of them in wikipedia. As also and some papers describing them. Paper 1, Paper 2.

The question is, which one to choose? Which one is the most used tool for that step using Illumina data?

Any idea or hint will be welcome

Thank you

RNA-Seq • 2.3k views
ADD COMMENT
2
Entering edit mode
9.3 years ago

If you just need to check qc and trim adapters/quality then the most popular QC tool is FastQC

Trimming depends on the type of reads you have (SE, PE, Hi- or Miseq). Some trimmers don't do well on Miseq because reads have different length and some don't like PEs. Sometimes you need to join the PEs and then the trimming works better.

ADD COMMENT
0
Entering edit mode

As I understood, FastQC only checks the condition of the raw data, it cannot edit them (remove adaptors and filter low quality reads). So which tools are those that helps you trim and fix your library?

ADD REPLY
2
Entering edit mode

In general, I also use the FastQC tool.

For the trimming it depends on the data, as Marina wrote.

For simple trimming (SE, not too long) and adapter removal operations, I stick with the good old FastX tools.

For more complex reads (e.g. PE), I use bbduk from the bbmap tools.

ADD REPLY
0
Entering edit mode

yes, I personally use trimming tools implemented into Pipeline Pilot (but it's a commercial software). FastX work fine for simple reads as Michael said but can get freaky on PEs or on reads with different read lengths. Haven't tried bbmap, might be a good alternative though :)

ADD REPLY
2
Entering edit mode
9.3 years ago
HG ★ 1.2k

Please have a look

http://prinseq.sourceforge.net/

ADD COMMENT
0
Entering edit mode

Thank you very much, looks good.

ADD REPLY

Login before adding your answer.

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