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!
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.