Skip to content

PreAlignment QC

Jason Walker edited this page Nov 14, 2015 · 41 revisions

RNA-seq Flowchart - Module 2

#1-vi. Pre-Alignment QC

You can use FastQC to get a sense of your data quality before alignment:

Video Tutorial here:

Try to run FastQC on your fastq files:

cd $RNA_HOME/data
fastqc *.fastq.gz

Then, go to the following url in your browser:

  • http://YOUR_IP_ADDRESS/workspace/rnaseq/data/
  • Note, you must replace YOUR_IP_ADDRESS with your own amazon instance IP or DNS name (e.g., "cbw01"))
  • Click on any of the *_fastqc.html files to view the FastQC report

| Previous Section | This Section | Next Section | |:--------------------------------:|:-----------------------------------:|:--------------------------:| | Data | Data QC | Adapter Trim |