-
Notifications
You must be signed in to change notification settings - Fork 621
PreAlignment QC
#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 |
NOTICE: This resource has been moved to rnabio.org. The version here will be maintained for legacy use only. All future development and maintenance will occur only at rnabio.org. Please proceed to rnabio.org for the current version of this course.
Table of Contents
Module 0: Authors | Citation | Syntax | Intro to AWS | Log into AWS | Unix | Environment | Resources
Module 1: Installation | Reference Genomes | Annotations | Indexing | Data | Data QC
Module 2: Adapter Trim | Alignment | IGV | Alignment Visualization | Alignment QC
Module 3: Expression | Differential Expression | DE Visualization
Module 4: Alignment Free - Kallisto
Module 5: Ref Guided | De novo | Merging | Differential Splicing | Splicing Visualization
Module 6: Trinity
Module 7: Trinotate
Appendix: Saving Results | Abbreviations | Lectures | Practical Exercise Solutions | Integrated Assignment | Proposed Improvements | AWS Setup