WORK IN PROGRESS

RNA-seq Data Analysis

Getting started with RNA-seq data analysis

This workshop aims to get you started with analysing your own RNA-seq data by providing an example workflow. At each of the major steps in the workflow we will examine issues that could confound your analysis and consider how different available methods address these issues.

Rather than prescribing what methods you should use, this workshop aims to make the user aware of the biological and statistical challenges involved in analysing RNA-seq data and asks how different methods address those challenges. By the end of this workshop you should be familiar with the general workflow of RNA-seq analysis and be ready to ask informed questions about the specific methods you should select going forward.

Background knowledge

This workflow assumes you are familiar with transcriptomic and biological concepts. In particular, it assumes you are familar with the concept of sequencing libraries and with the data format (i.e., FASTA and FASTQ files). For more information on these topics, see the Data Carpentry lesson which describes the FASTQ format (i.e., files that contain reads and quality scores for the bases in each read) and NGS basics by Illumina, which describes the full process of sample to data, and further details on chosing an NGS RNA library preparation method, which describes different Illumina kits for prepping your RNA sample into a sequenceable library.

What’s covered in this workshop

  • Full RNAseq workflow of a New Zealand endemic species using both bash and R tools.
  • Illumina short-read quality assessment and pre-processing.
  • Aligning paired-end reads to a publically available genome.
  • Identifying differentially expressed genes with limma and DEseq2.
  • Functional annotation using GOseq to investigate trends in expression.

What’s not covered in this workshop

  • Submitting and optimising HPC scheduled jobs (see Bash scripting and HPC Job Scheduler workshop)
  • Extensive data manipulation and plotting in R, beyond the basics.

Setup

During the workshop, code will be run in real-time to demonstrate the analysis. This will be run on the REANNZ OpenOnDemand platform which already has all the required software and R packages installed.

Attribution notice

This workshop is an updated version on an existing version of RNA-seq data analysis workflow by Genomics Aotearoa. It was written by Chloé van der Burg while working as the Bioinformatics Training Coordinator at Genomics Aotearoa. It incorporates, and takes inspiration from, various training materials produced by the Harvard Bioinformatics Core and from The Carpentries, specifically their RNA-seq analysis with Bioconductor workshop, and online guides such as Kasper D. Hansen’s guide on limma and Love, Anders and Huber’s guide on DESeq2.

Made with ❤️ and Quarto