Skip to content

Commit c3f621b

Browse files
committed
[GL_RefAnnotTable] Typo fixes
1 parent 8bae3a5 commit c3f621b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The default columns in the annotation table are:
8787
8888
2. **Caenorhabditis elegans**:
8989
- Columns: ENSEMBL, SYMBOL, GENENAME, REFSEQ, ENTREZID, STRING_id
90-
> Note: org.db ENTREZ keys did not match PANTHER ENTREZ keys so the empty `GOSLIM_IDS` column was ommitted
90+
> Note: org.db ENTREZ keys did not match PANTHER ENTREZ keys so the empty `GOSLIM_IDS` column was omitted
9191
9292
3. **Lactobacillus acidophilus**:
9393
- Columns: LOCUS, OLD_LOCUS, SYMBOL, GENENAME, STRING_id, GO
@@ -564,7 +564,7 @@ for (keytype in wanted_org_db_keytypes) {
564564
}
565565
}
566566

567-
# For SALTY, reorder columns to mtach other tables
567+
# For SALTY, reorder columns to match other tables
568568
if (target_organism == "Salmonella enterica") { # Reorder columns to match others; was mismatched since ENTREZ came from GTF
569569
annot_orgdb <- annot_orgdb[, c("ENSEMBL", "SYMBOL", "GENENAME", "REFSEQ", "ENTREZID")]
570570
}

GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A/workflow_code/GL-DPPD-7110-A_build-genome-annots-tab.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ for (keytype in wanted_org_db_keytypes) {
331331
}
332332
}
333333

334-
# For SALTY, reorder columns to mtach other tables
334+
# For SALTY, reorder columns to match other tables
335335
if (target_organism == "Salmonella enterica") { # Reorder columns to match others; was mismatched since ENTREZ came from GTF
336336
annot_orgdb <- annot_orgdb[, c("ENSEMBL", "SYMBOL", "GENENAME", "REFSEQ", "ENTREZID")]
337337
}

0 commit comments

Comments
 (0)