differential_gene_expression_analysis
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| differential_gene_expression_analysis [2017/08/09 13:10] – created 129.173.94.20 | differential_gene_expression_analysis [2017/08/09 13:37] (current) – 129.173.94.20 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | **DIFFERENTIAL GENE EXPRESSION ANALYSIS**\\ | + | ====== Differential gene expression analysis ====== |
| + | by Tommy Harding\\ | ||
| - | Note on this tutorial: | + | Notes on this tutorial: |
| * Terms in between <> are user-specified names.\\ | * Terms in between <> are user-specified names.\\ | ||
| * Steps indicated with † are computer-intensive and should be submitted to perun through a shell script.\\ | * Steps indicated with † are computer-intensive and should be submitted to perun through a shell script.\\ | ||
| * This tutorial summarizes the basics. To benefit the full potential of each program, refer to the user manuals.\\ \\ \\ | * This tutorial summarizes the basics. To benefit the full potential of each program, refer to the user manuals.\\ \\ \\ | ||
| **A- Quantify gene expression using RSEM** | **A- Quantify gene expression using RSEM** | ||
| - | | + | |
| 1- Prepare reference file: | 1- Prepare reference file: | ||
| < | < | ||
| Line 25: | Line 26: | ||
| 4- Generate ng vectors (for isoform-level differential expression assessment only): | 4- Generate ng vectors (for isoform-level differential expression assessment only): | ||
| <code | <code | ||
| - | > | + | > |
| </ | </ | ||
| **A’- Calculate fragment size using Qualimap.** In order to determine the size of your library empirically, | **A’- Calculate fragment size using Qualimap.** In order to determine the size of your library empirically, | ||
| Line 50: | Line 51: | ||
| * Important to set java-mem-size value to higher than the default otherwise you run out of memory. Also, use the higher RAM nodes (e.g. 'qsub -q 256G-batch' | * Important to set java-mem-size value to higher than the default otherwise you run out of memory. Also, use the higher RAM nodes (e.g. 'qsub -q 256G-batch' | ||
| **B- Assess differential expression using EBSeq** (http:// | **B- Assess differential expression using EBSeq** (http:// | ||
| - | 1- load the EBSeq library: | + | 1- Load the EBSeq library: |
| < | < | ||
| > library(EBSeq) | > library(EBSeq) | ||
| </ | </ | ||
| - | 2- Define data matrix: | + | 2- Define |
| < | < | ||
| > IsoMat <- data.matrix(read.table(file="< | > IsoMat <- data.matrix(read.table(file="< | ||
differential_gene_expression_analysis.1502295023.txt.gz · Last modified: by 129.173.94.20
