Skip to content

Commit bc9585c

Browse files
committed
microbes doc draft
1 parent d167320 commit bc9585c

File tree

2 files changed

+1951
-6
lines changed

2 files changed

+1951
-6
lines changed

RNAseq/Pipeline_GL-DPPD-7101_Versions/GL-DPPD-7101-G.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Software Updates:
4242
| TrimGalore! | 0.6.7 | 0.6.10 |
4343
| STAR | 2.7.10a | 2.7.11b |
4444
| RSEM | 1.3.1 | 1.3.3 |
45-
| Samtools | 1.15 | 1.2.1 |
45+
| Samtools | 1.15 | 1.21 |
4646
| gtfToGenePred | 377 | 469 |
4747
| genePredToBed | 377 | 469 |
4848
| infer_experiment | 4.0.0 | 5.0.4 |
@@ -136,9 +136,9 @@ DESeq2 Analysis Workflow
136136
- [8a. Count Aligned Reads with RSEM](#8a-count-aligned-reads-with-rsem)
137137
- [8b. Compile RSEM Count Logs](#8b-compile-rsem-count-logs)
138138
- [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)
140140
- [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)
142142
- [**9. Normalize Read Counts and Perform Differential Gene Expression Analysis**](#9-normalize-read-counts-and-perform-differential-gene-expression-analysis)
143143
- [9a. Create Sample RunSheet](#9a-create-sample-runsheet)
144144
- [9b. Environment Set Up](#9b-environment-set-up)
@@ -165,7 +165,7 @@ DESeq2 Analysis Workflow
165165
|TrimGalore!|0.6.10|[https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/](https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/)|
166166
|STAR|2.7.11b|[https://github.com/alexdobin/STAR](https://github.com/alexdobin/STAR)|
167167
|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/)|
169169
|gtfToGenePred|469|[http://hgdownload.cse.ucsc.edu/admin/exe/](http://hgdownload.cse.ucsc.edu/admin/exe/)|
170170
|genePredToBed|469|[http://hgdownload.cse.ucsc.edu/admin/exe/](http://hgdownload.cse.ucsc.edu/admin/exe/)|
171171
|infer_experiment|5.0.4|[http://rseqc.sourceforge.net/#infer-experiment-py](http://rseqc.sourceforge.net/#infer-experiment-py)|
@@ -1051,7 +1051,7 @@ sessionInfo()
10511051

10521052
<br>
10531053

1054-
### 8d. Remove rRNA Genes from RSEM Counts
1054+
### 8d. Remove rRNA Genes from RSEM Genes Results
10551055

10561056
<br>
10571057

@@ -1075,7 +1075,7 @@ grep "rRNA" /path/to/annotation/gtf/file \
10751075

10761076
<br>
10771077

1078-
#### 8d.2 Filter rRNA Genes from RSEM Counts
1078+
#### 8d.2 Filter rRNA Genes from RSEM Genes Results
10791079

10801080
```bash
10811081
### Filter out rRNA entries ###

0 commit comments

Comments
 (0)