Is Paired End analysis possible with FASTQC?
4
9
Entering edit mode
8.0 years ago
chefarov ▴ 170

Is it possible to pass paired end data on fastqc commandline?

The

./fastqc --help

doesn't mention how to do it. It is possible to pass multiple files like

./fastq file1 file2 file3

but it doesn't seem to differentiate somehow SE with PE.

On another post I read that FASTQC is not suited for paired end. However I got confused because inside the Configuration/contaminants.txt file the reads are paired end.

dna-seq QC paired-end fastqc • 31k views
ADD COMMENT
3
Entering edit mode
8.0 years ago
mastal511 ★ 2.1k

Normally fastqc will analyse the files for the forward and reverse reads separately.

ADD COMMENT
0
Entering edit mode

Thus, it does not support paired-end data, right? Thanks

ADD REPLY
5
Entering edit mode

Since the two reads of the pair are generated separately, trying to get statistics like per base sequence quality on the combined forward and reverse reads would make no sense. That is not the same as saying that it doesn't support paired-end reads.

ADD REPLY
5
Entering edit mode
7.9 years ago
Ian 6.0k

We use Fastqc to analyse pre-mapped fastq reads for R1 and R2 separately. For post-mapped paired-end reads you can input the BAM file.

The full list of accepted files from the manual is:

  • FastQ (all quality encoding variants)
  • Casava
  • FastQ files
  • Colorspace FastQ
  • GZip compressed FastQ
  • SAM
  • BAM
  • SAM/BAM Mapped only (normally used for colorspace data)
ADD COMMENT
3
Entering edit mode
8.0 years ago
biomaster ▴ 180

I like to use AfterQC, which can handle pair-end fastq QC

ADD COMMENT
0
Entering edit mode

Thanks but this doesn't seem to provide decent visualized output

ADD REPLY
2
Entering edit mode
6.2 years ago

After mapping to a reference genome, you can use Qualimap to assess many very instructive facets of your reads

ADD COMMENT

Login before adding your answer.

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