@@ -42,7 +42,7 @@ Software Updates:
42
42
| TrimGalore! | 0.6.7 | 0.6.10 |
43
43
| STAR | 2.7.10a | 2.7.11b |
44
44
| RSEM | 1.3.1 | 1.3.3 |
45
- | Samtools | 1.15 | 1.2.1 |
45
+ | Samtools | 1.15 | 1.21 |
46
46
| gtfToGenePred | 377 | 469 |
47
47
| genePredToBed | 377 | 469 |
48
48
| infer_experiment | 4.0.0 | 5.0.4 |
@@ -136,9 +136,9 @@ DESeq2 Analysis Workflow
136
136
- [ 8a. Count Aligned Reads with RSEM] ( #8a-count-aligned-reads-with-rsem )
137
137
- [ 8b. Compile RSEM Count Logs] ( #8b-compile-rsem-count-logs )
138
138
- [ 8c. Calculate Total Number of Genes Expressed Per Sample in R] ( #8c-calculate-total-number-of-genes-expressed-per-sample-in-r )
139
- - [ 8d. Remove rRNA Genes from RSEM Counts ] ( #8d-remove-rrna-genes-from-rsem-counts )
139
+ - [ 8d. Remove rRNA Genes from RSEM Genes Results ] ( #8d-remove-rrna-genes-from-rsem-genes-results )
140
140
- [ 8d.1 Extract rRNA Gene IDs from GTF] ( #8d1-extract-rrna-gene-ids-from-gtf )
141
- - [ 8d.2 Filter rRNA Genes from RSEM Counts ] ( #8d2-filter-rrna-genes-from-rsem-counts )
141
+ - [ 8d.2 Filter rRNA Genes from RSEM Genes Results ] ( #8d2-filter-rrna-genes-from-rsem-genes-results )
142
142
- [ ** 9. Normalize Read Counts and Perform Differential Gene Expression Analysis** ] ( #9-normalize-read-counts-and-perform-differential-gene-expression-analysis )
143
143
- [ 9a. Create Sample RunSheet] ( #9a-create-sample-runsheet )
144
144
- [ 9b. Environment Set Up] ( #9b-environment-set-up )
@@ -165,7 +165,7 @@ DESeq2 Analysis Workflow
165
165
| TrimGalore!| 0.6.10| [ https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/ ] ( https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/ ) |
166
166
| STAR| 2.7.11b| [ https://github.com/alexdobin/STAR ] ( https://github.com/alexdobin/STAR ) |
167
167
| RSEM| 1.3.3| [ https://github.com/deweylab/RSEM ] ( https://github.com/deweylab/RSEM ) |
168
- | Samtools| 1.2.1 | [ http://www.htslib.org/ ] ( http://www.htslib.org/ ) |
168
+ | Samtools| 1.21 | [ http://www.htslib.org/ ] ( http://www.htslib.org/ ) |
169
169
| gtfToGenePred| 469| [ http://hgdownload.cse.ucsc.edu/admin/exe/ ] ( http://hgdownload.cse.ucsc.edu/admin/exe/ ) |
170
170
| genePredToBed| 469| [ http://hgdownload.cse.ucsc.edu/admin/exe/ ] ( http://hgdownload.cse.ucsc.edu/admin/exe/ ) |
171
171
| infer_experiment| 5.0.4| [ http://rseqc.sourceforge.net/#infer-experiment-py ] ( http://rseqc.sourceforge.net/#infer-experiment-py ) |
@@ -1051,7 +1051,7 @@ sessionInfo()
1051
1051
1052
1052
<br >
1053
1053
1054
- ### 8d. Remove rRNA Genes from RSEM Counts
1054
+ ### 8d. Remove rRNA Genes from RSEM Genes Results
1055
1055
1056
1056
<br >
1057
1057
@@ -1075,7 +1075,7 @@ grep "rRNA" /path/to/annotation/gtf/file \
1075
1075
1076
1076
<br >
1077
1077
1078
- #### 8d.2 Filter rRNA Genes from RSEM Counts
1078
+ #### 8d.2 Filter rRNA Genes from RSEM Genes Results
1079
1079
1080
1080
``` bash
1081
1081
# ## Filter out rRNA entries ###
0 commit comments