FastQC for paired end data
2
0
Entering edit mode
2.2 years ago
Dk ▴ 20

Hi, I have 36 fastq files of paired end RNA-seq so I was wondering if anyone knows how to do fastqc on paired-end data? and what is the difference between fastqc of single end data? I have done with single end data before but never with paired end so please help me. Thank you!

paired Fastqc analysis rna-seq end • 2.5k views
ADD COMMENT
2
Entering edit mode

fastqc works with single files only. Do fastqc on all files and summarise multiple fastqc outputs with multiqc. Fastqc provides QC data as tsvs and you can parse them as per your requirements.

ADD REPLY
1
Entering edit mode
2.2 years ago
MarkiMark ▴ 10

you can do:

fastqc dir/of/files/sampleX_1.fastq.gz --outdir=/data/resfolder
fastqc dir/of/files/sampleX_2.fastq.gz --outdir=/data/resfolder

and put it in a loop if you don't want to do it manually for all files..

@liorglic mentioned MultiQC which is simpler to run

ADD COMMENT
0
Entering edit mode
2.2 years ago
liorglic ★ 1.4k

Please search google and this forum before asking. See this post.
You may also want to take a look at MultiQC since you have a lot of reports to go through.

ADD COMMENT

Login before adding your answer.

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