Skip to content

Commit eb93b05

Browse files
Adding missing updates
1 parent 97d5fef commit eb93b05

File tree

1 file changed

+16
-11
lines changed
  • GeneLab_Reference_Annotations/Pipeline_GL-DPPD-7110_Versions/GL-DPPD-7110-A

1 file changed

+16
-11
lines changed

GeneLab_Reference_Annotations/Pipeline_GL-DPPD-7110_Versions/GL-DPPD-7110-A/GL-DPPD-7110-A.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,16 @@ Barbara Novak (GeneLab Data Processing Lead)
2424

2525
- **Updated Software:**
2626
- R version updated from 4.1.3 to 4.4.0.
27-
- Bioconductor version updated from 3.15.1 to 3.19.1.
27+
- Bioconductor version updated from 3.15.1 to 3.19.1.
28+
- tidyverse version updated from 1.3.2 to 2.0.0.
29+
- STRINGdb version updated from 2.8.4 to 2.16.0.
30+
- PANTHER.db version updated from 1.0.11 to 1.0.12.
31+
- rtracklayer version updated from 1.56.1 to 1.64.0.
32+
33+
- **Added Software:**
34+
- AnnotationForge version 1.46.0.
35+
- biomaRt version 2.60.1.
36+
- GO.db version 2.0.0.
2837

2938
- **Ensembl Releases:**
3039
- Animals: Updated from release 107 to 112
@@ -57,7 +66,7 @@ Barbara Novak (GeneLab Data Processing Lead)
5766
7. Vibrio fischeri ES114
5867

5968
- **org.db Creation:**
60-
Added functionality to create an annotation database using `AnnotationForge`. This is applicable to organisms without a maintained annotation database package in Bioconductor (e.g., `org.Hs.eg.db`). Currently, this approach is in use for the following organisms:
69+
Added functionality to create an annotation database using `AnnotationForge`. This is applicable to organisms without a maintained annotation database package in Bioconductor (e.g., `org.Hs.eg.db`). This approach was used for the following organisms:
6170
1. Bacillus subtilis, subsp. subtilis 168
6271
2. Brachypodium distachyon
6372
3. Escherichia coli, str. K-12 substr. MG1655
@@ -81,10 +90,10 @@ The default columns in the annotation table are:
8190
> Note: org.db ENTREZ keys did not match PANTHER ENTREZ keys so the empty `GOSLIM_IDS` column was ommitted
8291
8392
3. **Lactobacillus acidophilus**:
84-
- Columns: LOCUS, OLD_LOCUS, SYMBOL, GENENAME, GO, STRING_id
93+
- Columns: LOCUS, OLD_LOCUS, SYMBOL, GENENAME, STRING_id, GO
8594

8695
4. **Mycobacterium marinum**:
87-
- Columns: LOCUS, OLD_LOCUS, SYMBOL, GENENAME, GO, STRING_id
96+
- Columns: LOCUS, OLD_LOCUS, SYMBOL, GENENAME, STRING_id, GO
8897

8998
5. **Oryza sativa Japonica**:
9099
- Columns: ENSEMBL, STRING_id
@@ -93,23 +102,21 @@ The default columns in the annotation table are:
93102
- Columns: LOCUS, SYMBOL, GENENAME, GO
94103

95104
7. **Serratia liquefaciens ATCC 27592**:
96-
- Columns: LOCUS, OLD_LOCUS, SYMBOL, GENENAME, GO, STRING_id
105+
- Columns: LOCUS, OLD_LOCUS, SYMBOL, GENENAME, STRING_id, GO
97106

98107
8. **Staphylococcus aureus MRSA252**:
99108
- Columns: LOCUS, SYMBOL, GENENAME, GO
100109

101110
9. **Streptococcus mutans UA159**:
102-
- Columns: LOCUS, OLD_LOCUS, SYMBOL, GENENAME, GO, STRING_id
111+
- Columns: LOCUS, OLD_LOCUS, SYMBOL, GENENAME, STRING_id, GO
103112

104113
10. **Vibrio fischeri ES114**:
105-
- Columns: LOCUS, OLD_LOCUS, SYMBOL, GENENAME, GO, STRING_id
114+
- Columns: LOCUS, OLD_LOCUS, SYMBOL, GENENAME, STRING_id, GO
106115

107116
---
108117

109118
# Table of Contents
110119

111-
- [GeneLab Pipeline for Generating Reference Annotation Tables](#genelab-pipeline-for-generating-reference-annotation-tables)
112-
- [Table of Contents](#table-of-contents)
113120
- [Software Used](#software-used)
114121
- [Annotation Table Build Overview with Example Commands](#annotation-table-build-overview-with-example-commands)
115122
- [0. Set Up Environment](#0-set-up-environment)
@@ -122,8 +129,6 @@ The default columns in the annotation table are:
122129
- [7. Add Gene Ontology (GO) Slim IDs](#7-add-gene-ontology-go-slim-ids)
123130
- [8. Export Annotation Table and Build Info](#8-export-annotation-table-and-build-info)
124131

125-
126-
127132
---
128133

129134
# Software Used

0 commit comments

Comments
 (0)