RNA-Seq and ATAC-Seq quality check
Hello
I have bam files for RNA-Seq and ATAC-Seq and I want to see the quality of these files before I do any analysis. Please tell me what stuff should I look into and which tools are required.
Thank you
• 895 views
•
link
0 answers
No answers yet.
Log in to answer this question.
I would start with
fastqcto check the quality of reads and any adapters present in the data first. It will be followed by adapters trimming if needed. You can runRSeQCtool that can generate QC reports for data and other quality. I would also runmultiQCto compile a QC report from all the QC tools above. Please Alignment QC Process.