Skip to content

Commit 9fd9fb7

Browse files
committed
[GL_RefAnnotTable] Typo fixes
1 parent 7c011a2 commit 9fd9fb7

File tree

1 file changed

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

1 file changed

+16
-5
lines changed

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

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,18 @@ library(STRINGdb)
194194
library(PANTHER.db)
195195
library(rtracklayer)
196196
```
197+
**Input Data:**
198+
199+
- None (This is an initial setup step using predefined variables)
200+
201+
**Output Data:**
202+
203+
- GL_DPPD_ID (GeneLab Data Processing Pipeline Document ID)
204+
- ref_tab_path (path to the reference table CSV file)
205+
- readme_path (path to the README file)
206+
- currently_accepted_orgs (list of currently supported organisms)
207+
208+
<br>
197209

198210
---
199211

@@ -251,7 +263,7 @@ if ( file.exists(out_table_filename) ) {
251263
```
252264
**Input Data:**
253265

254-
- ref_tab_path (path to the reference table CSV file containing organism-specific information)
266+
- ref_tab_path (path to the reference table CSV file, output from [step 0](#0-set-up-environment))
255267
- target_organism (name of the target organism for which annotations are being generated)
256268

257269
**Output Data:**
@@ -363,14 +375,13 @@ if (!(target_organism %in% no_org_db) && (target_organism %in% currently_accepte
363375
- gtf_link (URL to the GTF file for the target organism, output from [step 1](#1-define-variables-and-output-file-names))
364376
- target_org_db (name of the org.eg.db R package for the target organism, output from [steps 1](#1-define-variables-and-output-file-names) and [2](#2-create-the-organism-package-if-it-is-not-hosted-by-bioconductor))
365377
- target_organism (name of the target organism, output from [step 1](#1-define-variables-and-output-file-names))
366-
- currently_accepted_orgs (list of currently supported organisms, defined at the beginning of the script)
367-
- ref_tab_path ([path to the reference table CSV](GL-DPPD-7110-A_annotations.csv))
378+
- currently_accepted_orgs (list of currently supported organisms, output from [step 0](#0-set-up-environment))
379+
- ref_tab_path (path to the reference table CSV file, output from [step 0](#0-set-up-environment))
368380

369381
**Output Data:**
370382

371383
- GTF (data frame containing the GTF file for the target organism)
372384
- no_org_db (list of organisms that do not use org.db annotations due to inconsistent gene names across GTF and org.db)
373-
- Loaded org.db package (the organism-specific annotation package is loaded into the R session, if applicable)
374385

375386
<br>
376387

@@ -812,7 +823,7 @@ write(capture.output(sessionInfo()), out_log_filename, append = TRUE)
812823
- primary_keytype (the name of the primary key type being used, output from [step 4](#4-build-initial-annotation-table))
813824
- out_table_filename (name of the output annotation table file, output from [step 1](#1-define-variables-and-output-file-names))
814825
- out_log_filename (name of the output log file, output from [step 1](#1-define-variables-and-output-file-names))
815-
- GL_DPPD_ID (GeneLab Data Processing Pipeline Document ID, from step 0)
826+
- GL_DPPD_ID (GeneLab Data Processing Pipeline Document ID, output from [step 0](#0-set-up-environment))
816827
- gtf_link (URL to the GTF file for the target organism, output from [step 1](#1-define-variables-and-output-file-names))
817828
- target_org_db (name of the org.eg.db R package for the target organism, output from [steps 1](#1-define-variables-and-output-file-names) and [2](#2-create-the-organism-package-if-it-is-not-hosted-by-bioconductor))
818829
- no_org_db (list of organisms that do not use org.db annotations, output from [step 3](#3-load-annotation-databases))

0 commit comments

Comments
 (0)