You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- gtf_link (URL to the GTF file for the target organism, output from [step 1](#1-define-variables-and-output-file-names))
364
376
- 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))
365
377
- 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))
368
380
369
381
**Output Data:**
370
382
371
383
- GTF (data frame containing the GTF file for the target organism)
372
384
- 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)
- primary_keytype (the name of the primary key type being used, output from [step 4](#4-build-initial-annotation-table))
813
824
- out_table_filename (name of the output annotation table file, output from [step 1](#1-define-variables-and-output-file-names))
814
825
- 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))
816
827
- gtf_link (URL to the GTF file for the target organism, output from [step 1](#1-define-variables-and-output-file-names))
817
828
- 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))
818
829
- no_org_db (list of organisms that do not use org.db annotations, output from [step 3](#3-load-annotation-databases))
0 commit comments