Informatics for RNA-Seq Analysis
Read these before coming to the workshop:
-
Informatics for RNA Sequencing: A Web Resource for Analysis on the Cloud
-
Integrative Genomics Viewer (IGV): high-performance genomics data visualization and exploration
-
Transcript-level expression analysis of RNA-seq experiments with HISAT, StringTie and Ballgown
-
Methods to study splicing from high-throughput RNA sequencing data
Optional readings:
-
StringTie enables improved reconstruction of a transcriptome from RNA-seq reads
-
Ballgown bridges the gap between transcriptome assembly and expression analysis
-
HTSeq–a Python framework to work with high-throughput sequencing data
-
edgeR: a Bioconductor package for differential expression analysis of digital gene expression data
-
Full-length transcriptome assembly from RNA-Seq data without a reference genome
Do these before coming to the workshop:
1) R Preparation tutorials: You are expected to be familiar with R before the workshop. If you are unfamiliar with R, here are some suggested tutorials:
2) UNIX Preparation tutorials: You are expected to be familiar with basic command line usage before the workshop. If you are unfamiliar with the command line, here are some suggested tutorials:
Install these before coming to the workshop:
1) A robust text editor.
- For Windows/PC - notepad++
- For Linux - gEdit
- For Mac – TextWrangler
2) A file decompression tool.
3) A robust internet browser such as Firefox or Safari (Internet Explorer and Chrome are not recommended because of Java issues).
4) Java -The visualization program that we will be using (IGV) requires Java. Check if you have Java installed: https://www.java.com/verify/ and download Java if you do not have it installed (Java 8).
5) Integrative Genomics Viewer 2.3 (IGV) - Once java is installed, go to http://www.broadinstitute.org/igv/ and register in order to get access to the downloads page. Once you have gained access to the download page, click on the appropriate launch button that matches the amount of memory available on your laptop (if you have space, 1.2GB is good, more is better).
Note Chrome does not launch “java webstart” files by default. Instead, the launch buttons below will download a “jnlp” file. This should appear in the lower left corner of the browser. Double-click the downloaded file to run.
Windows users: To run with more than 1.2 GB you must install 64-bit Java. This is often not installed by default even with the latest Windows 7 machines with many GB of memory. In general trying to launch with more memory than your OS/Java combination supports will result in the obscure error “could not create virtual machine”.
6) SSH client - Mac and Linux users already have a command line ssh program that can be run from the terminal. For Windows users, please download PuTTY.
7) SCP/SFTP client - We will be moving data from the servers to the student laptops for visualization. Mac and Linux users already have a command line scp and sftp program. For Windows users, please install WinSCP.
8) A PDF viewer (Adobe Acrobat or equivalent).
Additional Optional Resources
Additional resources can be found on the RNA-Seq wiki.