Difference between revisions of "Gene Database Testing Report- cw20151210"

From LMU BioDB 2015
Jump to: navigation, search
(copied over relevant info from cw20151203 gene database testing report)
 
(added cropped file)
 
(41 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Files Asked for in the Gene Database Testing Report==
 
==Files Asked for in the Gene Database Testing Report==
  
For convenience, all of the files explicitly asked for in the sections below were compressed together in this file: [[]]
+
For convenience, all of the files explicitly asked for in the sections below were compressed together in this file: [[File:Testingreport cw20151210.zip]]
  
 
==Pre-requisites==
 
==Pre-requisites==
Line 17: Line 17:
 
===Downloading Data Source Files and GenMAPP Builder===
 
===Downloading Data Source Files and GenMAPP Builder===
  
*I download the UniProt XML, GOA, and GO OBO-XML files for ''Bordetella Pertussis'' along with the GenMAPP Builder program.
+
*We download the UniProt XML, GOA, and GO OBO-XML files for ''Bordetella Pertussis'' along with the GenMAPP Builder program.
**All files were saved to the folder ''Bklein7_CW\bpertussis_cw20151203'' on my computer's ThawSpace.
+
**All files were saved to the folder ''Bklein7_CW\bpertussis_cw20151210'' on our computer's ThawSpace.
 
**Files that required extraction were unzipped using [http://www.7-zip.org/ 7-zip].
 
**Files that required extraction were unzipped using [http://www.7-zip.org/ 7-zip].
 
**Data files that remained in a folder after unzipping were removed from their folders to facilitate organization and command line processing.
 
**Data files that remained in a folder after unzipping were removed from their folders to facilitate organization and command line processing.
Line 24: Line 24:
 
====UniProt XML====
 
====UniProt XML====
  
* I went to the [http://www.uniprot.org/taxonomy/complete-proteomes UniProt Complete Proteomes] page.
+
* We went to the [http://www.uniprot.org/taxonomy/complete-proteomes UniProt Complete Proteomes] page.
**From there, I navigated to the complete proteome download page for [http://www.uniprot.org/proteomes/UP000002676 Bordetella pertussis (strain Tohama I / ATCC BAA-589 / NCTC 13251)].
+
**From there, we navigated to the complete proteome download page for [http://www.uniprot.org/proteomes/UP000002676 Bordetella pertussis (strain Tohama I / ATCC BAA-589 / NCTC 13251)].
** I clicked on the "Download" button at the top of the page above and selected the following options:
+
** We clicked on the "Download" button at the top of the page above and selected the following options:
 
***"Download all"
 
***"Download all"
 
***"XML" from the "Format" drop-down menu
 
***"XML" from the "Format" drop-down menu
 
***"Compressed" format
 
***"Compressed" format
**I extracted the file using [http://www.7-zip.org/ 7-zip].
+
**We extracted the file using [http://www.7-zip.org/ 7-zip].
  
 
====GOA====
 
====GOA====
  
 
* UniProt-GOA files can be downloaded from the [http://ftp.ebi.ac.uk/pub/databases/GO/goa/ UniProt-GOA ftp site].
 
* UniProt-GOA files can be downloaded from the [http://ftp.ebi.ac.uk/pub/databases/GO/goa/ UniProt-GOA ftp site].
*Within the above site, I navigated to the [http://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/145.B_pertussis_ATCC_BAA-589.goa for ''Bordetella pertussis'' strain Tohama I].
+
*Within the above site, we navigated to the [http://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/145.B_pertussis_ATCC_BAA-589.goa for ''Bordetella pertussis'' strain Tohama I].
**This text file was automatically opened by my browser. Therefore, I had to manually download the file.
+
**This text file was automatically opened by the browser. Therefore, we had to manually download the file.
  
 
====GO OBO-XML====
 
====GO OBO-XML====
  
* I downloaded the GO OBO-XML formatted file from the [http://geneontology.org/page/download-ontology#Legacy_Downloads Gene Ontology legacy download page].
+
* We downloaded the GO OBO-XML formatted file from the [http://geneontology.org/page/download-ontology#Legacy_Downloads Gene Ontology legacy download page].
*I extracted the file using [http://www.7-zip.org/ 7-zip].
+
* We extracted the file using [http://www.7-zip.org/ 7-zip].
  
 
====Downloaded GenMAPP Builder====
 
====Downloaded GenMAPP Builder====
  
# I downloaded the custom version of GenMAPP Builder including the ''Bordetella pertussis'' custom class expanded to include ORF listings in exports (Version 3.0.0 Build 5 - cw20151203): [[File:Dist cw20151203.zip]].
+
# We downloaded the custom version of GenMAPP Builder including the most recent version of the ''Bordetella pertussis'' custom class (Version 3.0.0 Build 5 - cw20151210): [[File:Dist cw20151210.zip]].
# I extracted the GenMAPP Builder folder using [http://www.7-zip.org/ 7-zip].
+
# We extracted the GenMAPP Builder folder using [http://www.7-zip.org/ 7-zip].
  
 
===Creating the New Database in PostgreSQL===
 
===Creating the New Database in PostgreSQL===
  
* I launched ''pgAdmin III'' and connected to the PostgreSQL 9.4 server (localhost:5432).
+
* We launched ''pgAdmin III'' and connected to the PostgreSQL 9.4 server (localhost:5432).
** On this server, I created a new database: ''bpertussis_cw20151201_gmb3build5''.
+
** On this server, we created a new database: ''bpertussis_cw20151210_gmb3build5''.
** I opened the SQL Editor tab to use an XMLPipeDB query to create the tables in the database.
+
** We opened the SQL Editor tab to use an XMLPipeDB query to create the tables in the database.
*** I clicked on the Open File icon and selected the file ''gmbuilder.sql''. This imported a series of SQL commands into the editor tab.
+
*** We clicked on the Open File icon and selected the file ''gmbuilder.sql''. This imported a series of SQL commands into the editor tab.
*** I clicked on the Execute Query icon to run this command.
+
*** We clicked on the Execute Query icon to run this command.
***In viewing the schema for this database, I confirmed that there were 167 tables after running the above command.
+
***In viewing the schema for this database, we confirmed that there were 167 tables after running the above command.
  
 
===Configuring GenMAPP Builder to Connect to the PostgreSQL Database===
 
===Configuring GenMAPP Builder to Connect to the PostgreSQL Database===
  
* To begin, I launched gmbuilder.bat.
+
* To begin, we launched gmbuilder.bat.
* I selected the "Configure Database" option and entered the following information into the fields below:
+
* We selected the "Configure Database" option and entered the following information into the fields below:
 
** Host or address: localhost
 
** Host or address: localhost
 
** Port number: 5432
 
** Port number: 5432
** Database name: bpertussis_cw20151201_gmb3build5
+
** Database name: bpertussis_cw20151210_gmb3build5
 
** Username: postgres
 
** Username: postgres
 
** Password: Welcome1
 
** Password: Welcome1
Line 77: Line 77:
 
===Exporting a GenMAPP Gene Database (.gdb)===
 
===Exporting a GenMAPP Gene Database (.gdb)===
  
* I selected File > Export to GenMAPP Gene Database... to begin the export process.
+
* We selected File > Export to GenMAPP Gene Database... to begin the export process.
* I typed my name in the owner field (Brandon Klein).
+
* We typed in our coder's name in the owner field (Brandon Klein).
* I selected "Bordetella pertussis (strain Tohama I/ATCC BAA-589/NCTC 13251), Taxon ID 257313" as the gene database species and then clicked ''Next''.
+
* We selected the custom profile "Bordetella pertussis, Taxon ID 257313" as the gene database species and then clicked ''Next''.
* The database was saved as ''bpertussis-std_cw20151203''.
+
* The database was saved as ''bpertussis-std_cw20151210''.
* I checked the boxes for exporting all Molecular Function, Cellular Component, and Biological Process Gene Ontology Terms.
+
* We checked the boxes for exporting all Molecular Function, Cellular Component, and Biological Process Gene Ontology Terms.
* Finally, I clicked the "Next" button to begin the export process.
+
* Finally, we clicked the "Next" button to begin the export process.
  
 
==Gene Database Testing Report==
 
==Gene Database Testing Report==
 
===Export Information===
 
===Export Information===
  
Version of GenMAPP Builder: Version 3.0.0 Build 5 - cw20151203
+
Version of GenMAPP Builder: Version 3.0.0 Build 5 - cw20151210
  
 
Computer on which export was run: Seaver 120- Last computer on the right in the row farthest from the front of the room
 
Computer on which export was run: Seaver 120- Last computer on the right in the row farthest from the front of the room
  
Postgres Database name: bpertussis_cw20151201_gmb3build5
+
Postgres Database name: bpertussis_cw20151210_gmb3build5
  
UniProt XML filename: [[File:Uniprot-proteome-UP000002676 cw20151201.zip]]
+
UniProt XML filename: [[File:Uniprot-proteome-UP000002676 cw20151210.zip]]
* UniProt XML version (The version information was found at [http://uniprot.org/news the UniProt News Page]): 2015_11
+
* UniProt XML version (The version information was found at [http://uniprot.org/news the UniProt News Page]): 2015_12
 
* UniProt XML download link: [http://www.uniprot.org/proteomes/UP000002676 Bordetella pertussis (strain Tohama I / ATCC BAA-589 / NCTC 13251)]
 
* UniProt XML download link: [http://www.uniprot.org/proteomes/UP000002676 Bordetella pertussis (strain Tohama I / ATCC BAA-589 / NCTC 13251)]
* Time taken to import: 2.59 minutes
+
* Time taken to import: 2.88 minutes
** Note: The import time was nearly equivalent to that when creating the previous "Bordetella pertussis" gene database: bpertussis-std_cw20151119.gdb (2.60 minute). No interruptions occurred during this process.
+
** Note: The import time was similar to that when creating the previous "Bordetella pertussis" gene database: bpertussis-std_cw20151203.gdb (2.59 minute). No interruptions occurred during this process.
  
GO OBO-XML filename: [[File:Go daily-termdb cw20151201.zip]]
+
GO OBO-XML filename: [[File:Go daily-termdb cw20151210.zip]]
* GO OBO-XML version (The version information was found in the file properties): Last Modified- ‎‎December ‎01, ‎2015, ‏‎2:21:31 AM
+
* GO OBO-XML version (The version information was found in the file properties): Last Modified- ‎‎ ‎December ‎10, ‎2015 (TIME?)
 
* GO OBO-XML download link: [http://geneontology.org/page/download-ontology#Legacy_Downloads Gene Ontology legacy download page]
 
* GO OBO-XML download link: [http://geneontology.org/page/download-ontology#Legacy_Downloads Gene Ontology legacy download page]
* Time taken to import: 7.08 minutes  
+
* Time taken to import: 6.97 minutes  
* Time taken to process: 4.42 minutes
+
* Time taken to process: 4.52 minutes
** Note: The import and processing times were similar to those for the previous "Bordetella pertussis" gene database: bpertussis-std_cw20151119.gdb (6.99 minutes and 4.48 minutes respectively). No interruptions occurred during these processes.
+
** Note: The import and processing times were similar to those for the previous "Bordetella pertussis" gene database: bpertussis-std_cw20151203.gdb (7.08 minutes and 4.42 minutes respectively). No interruptions occurred during these processes.
  
GOA filename: [[File:145.B pertussis ATCC BAA-589 cw20151201.zip]]
+
GOA filename: [[File:145.B pertussis ATCC BAA-589 cw20151210.zip]]
* GOA version (found in the Last modified field on the [ftp://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/ FTP site]): Last Modified- 11/10/15 1:39:00 PM
+
* GOA version (found in the Last modified field on the [ftp://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/ FTP site]): Last Modified- 08-Dec-2015 02:45
 
* GOA download link: [http://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/145.B_pertussis_ATCC_BAA-589.goa for ''Bordetella pertussis'' strain Tohama I]
 
* GOA download link: [http://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/145.B_pertussis_ATCC_BAA-589.goa for ''Bordetella pertussis'' strain Tohama I]
* Time taken to import: 0.04 minutes
+
* Time taken to import: 0.03 minutes
** Note: The import time was equal to that of the previous "Bordetella pertussis" gene database: bpertussis-std_cw20151119.gdb. No interruptions occurred during this process.
+
** Note: The import time was very similar to that of the previous "Bordetella pertussis" gene database: bpertussis-std_cw20151203.gdb (0.04 minutes). No interruptions occurred during this process.
  
Name of .gdb file: [[File:Bpertussis-std cw20151203.zip]]
+
Name of .gdb file: [[File:Bpertussis-std cw20151210.zip]]
 
* Time taken to export:  
 
* Time taken to export:  
** Start time: 4:02 PM
+
** Start time: 1:19 AM
** End time: 4:56 PM
+
** End time: 2:11 AM
** Elapsed time: 54 minutes
+
** Elapsed time: 52 minutes
 
Note: No interruptions occurred during the export process.
 
Note: No interruptions occurred during the export process.
  
 
===TallyEngine===
 
===TallyEngine===
* I ran the TallyEngine in GenMAPP Builder and specified the following files:
+
* We ran the TallyEngine in GenMAPP Builder and specified the following files:
**XML- [[File:Uniprot-proteome-UP000002676 cw20151201.zip]]
+
**XML- [[File:Uniprot-proteome-UP000002676 cw20151210.zip]]
**GO- [[File:Go daily-termdb cw20151201.zip]]
+
**GO- [[File:Go daily-termdb cw20151210.zip]]
 
*Results:
 
*Results:
**[[File: Tallyenginecustomization_cw20151203.png]]
+
**[[File:TallyEngineResults cw20151210.png]]
***All tally results were consistent across both files.
+
***All TallyEngine results were consistent across both files.
***Further, the tally results reflect the customization we made to the TallyEngine, listing all 11 ORF genes present in the ''Bordetella pertussis'' gene database.
+
***The TallyEngine was not customized to reflect the coding changes made to GenMAPP Builder Version 3.0.0 Build 5 - cw20151210.
 +
****Therefore, the total count for "Ordered Locus Names" and "ORF" gene IDs remained 3446. The extra ID that was imported in this build, "BP3167A", was not listed in either of these categories.
 +
****'''Further TallyEngine customization is necessary to raise the count to 3447 gene IDs.'''
  
 
===Using XMLPipeDB Match to Validate the XML Results from the TallyEngine===
 
===Using XMLPipeDB Match to Validate the XML Results from the TallyEngine===
 
The following functions were performed using the Windows command line (cmd).
 
The following functions were performed using the Windows command line (cmd).
*I entered my project folder using the following command:
+
*We entered the project folder using the following command:
  cd /d T:\Bklein7_CW\bpertussis_cw20151203
+
  cd /d T:\Bklein7_CW\bpertussis_cw20151210
*I used XMLPipeDB match to identify matches of gene IDs in the UniProt XML file that conformed to the following the patterns: "BP####", "BP####.1", "BP####A", and "BP####B". The command used was as follows:
+
*We used XMLPipeDB match to identify matches of gene IDs in the UniProt XML file that conformed to the following the patterns: "BP####", "BP####.1", "BP####A", and "BP####B". The command used was as follows:
 
  java -jar xmlpipedb-match-1.1.1.jar "BP[0-9][0-9][0-9][0-9](A|B|\.1|)" < "uniprot-proteome%3AUP000002676_cw20151201.xml"
 
  java -jar xmlpipedb-match-1.1.1.jar "BP[0-9][0-9][0-9][0-9](A|B|\.1|)" < "uniprot-proteome%3AUP000002676_cw20151201.xml"
  
 
Match Results:
 
Match Results:
 
*[[File:Xmlpipedbmatch cw20151203.png]]
 
*[[File:Xmlpipedbmatch cw20151203.png]]
**The number of unique matches generated by XMLPipeDB Match, 3447, was one higher than expected.
+
**The number of unique matches generated by XMLPipeDB Match, 3447, matched with our expectation. The count includes the total number of ordered locus (3435) and ORF (11) gene IDs along with the unique EnsemblBacteria reference ID "BP3167A".
**To identify the extra gene ID, the XMLPipeDB Match output was compared to the "OrderedLocusNames" table present in the .gdb file. The discrepant ID was '''BP3167A''', listed with the type "gene ID" in the original .xml file.
+
  
 
===Using SQL Queries to Validate the PostgreSQL Database Results from the TallyEngine===
 
===Using SQL Queries to Validate the PostgreSQL Database Results from the TallyEngine===
I ran a SQL query designed to count all gene IDs listed by the types "ordered locus" and "ORF":
+
We used the SQL "union" operation to count the number of "ordered locus" gene IDs, which conform to the pattern "BP####", in addition to all gene IDs that matched the patterns "BP####A" & "BP####B" (including 11 "ORF" gene IDs and 1 EnsemblBacteria reference ID):
  
  select count (*) from genenametype where type = 'ordered locus';
+
  select count(value) from (select value from genenametype where type =  
 +
'ordered locus' union select value from propertytype inner join dbreferencetype
 +
  on (propertytype.dbreferencetype_property_hjid = dbreferencetype.hjid)
 +
  where dbreferencetype.type = 'EnsemblBacteria' and propertytype.type =
 +
  'gene ID' and propertytype.value ~ 'BP[0-9][0-9][0-9][0-9](A|B)') as combined;
 +
 
 +
Note: This query was crafted by [[User:Dondi|Dr. Dionisio]].
  
 
Results:
 
Results:
*[[File:Sqlcount_cw20151203.png]]
+
*[[File:PostgreSQL Count cw20151210.png]]
* The number of unique matches yielded by this SQL query, 3446, reflects the total number of ordered locus (3435) and ORF (11) gene IDs present in the database. This number is consistent with that produced by the TallyEngine.
+
* The number of unique matches yielded by this SQL query, 3447, matched the count generated by XMLPipeDB Match. Thus, the locations of all 3447 gene IDs in the PostgreSQL relational database were accounted for here.
  
 
===OriginalRowCounts Comparison===
 
===OriginalRowCounts Comparison===
  
I opened the gene database file [[File:Bpertussis-std_cw20151203.zip]] in  Microsoft Access and assessed the "OriginalRowCounts" table to see if the expected tables were listed with the expected number of records. The contents of this table were compared to the ''OriginalRowCounts'' table of an existing .gdb file created during Week 9.
+
We opened the gene database file [[File:Bpertussis-std_cw20151210.zip]] in  Microsoft Access and assessed the "OriginalRowCounts" table to see if the expected tables were listed with the expected number of records. The contents of this table were compared to the ''OriginalRowCounts'' table of an existing .gdb file created during Week 9.
 
   
 
   
Benchmark .gdb file: ''Vc-Std_20151027_TR''
+
Benchmark .gdb file: [[File:Vc-Std 20151027 TR.gdb]]
  
 
"OriginalRowCounts" table from the benchmark and new gdb:
 
"OriginalRowCounts" table from the benchmark and new gdb:
[[File:Rowcountcomparison cw20151203.PNG]]
+
*[[File:ComparisonToBenchmark cw20151210.PNG]]
*All 52 tables present in the 2015 ''Vibrio cholerae'' database were also present in the ''B. pertussis'' gene database, ''bpertussis-std_cw20151203''. This confirmed that all expected tables were successfully created.
+
**All 52 tables present in the 2015 ''Vibrio cholerae'' database were also present in the ''B. pertussis'' gene database, ''bpertussis-std_cw20151210''. This confirmed that all expected tables were successfully created.
*Further, the "OrderedLocusNames" table count is listed as 3446, which represents the combined number of "ordered locus" and "ORF" gene IDs as was desired. This count is consistent with the TallyEngine result.
+
**The "OrderedLocusNames" table count is listed as 3447. '''This count demonstrates that the missing ID, "BP3167A", was successfully added to the export (confirmed below).'''
 +
***[[File:BP3167A Confirmed cw20151210.PNG]]
  
Note: The "OriginalRowCounts" tables were too large to screenshot. To circumvent this problem and facilitate the comparison, I copied the "OriginalRowCounts" tables from both gene databases into an Excel file and zoomed out. The above screenshot was taken from this Excel file. The "OrderedLocusNames" row counts are highlighted in yellow.
+
Note: The "OriginalRowCounts" tables were too large to screenshot. To circumvent this problem and facilitate the comparison, I copied the "OriginalRowCounts" tables from both gene databases into an Excel file and zoomed out. The above screenshot was taken from this Excel file. The "OrderedLocusNames" row count for ''bpertussis-std_cw20151210'' is highlighted in yellow.
  
 
===Visual Inspection===
 
===Visual Inspection===
I visually inspected individual tables within [[File:Bpertussis-std_cw20151203.zip]] using Microsoft Access.
+
We visually inspected individual tables within [[File:Bpertussis-std_cw20151210.zip]] using Microsoft Access.
  
 
*Systems Table
 
*Systems Table
**35 gene ID systems were listed, 11 of which were used in the creation of this .gdb file and listed the appropriate import date (12/03/2015).
+
**35 gene ID systems were listed, 11 of which were used in the creation of this .gdb file and listed the appropriate import date (12/10/2015).
 
***All gene ID systems relevant to ''B. pertussis'' were listed. This includes: EMBL, EnsemblBacteria, GeneID, GeneOntology, InterPro, OrderedLocusNames, Pfam, RefSeq, and UniProt.
 
***All gene ID systems relevant to ''B. pertussis'' were listed. This includes: EMBL, EnsemblBacteria, GeneID, GeneOntology, InterPro, OrderedLocusNames, Pfam, RefSeq, and UniProt.
 
***This result corresponded with that of the benchmark .gdb file listed in the "OriginalRowCounts Comparison" section.
 
***This result corresponded with that of the benchmark .gdb file listed in the "OriginalRowCounts Comparison" section.
**The "OrderedLocusNames" listing properly displayed the implemented changes.
+
**The "OrderedLocusNames" listing properly displayed customizations to the ''Bordetella pertussis'' species profile.
 
***In this row, the species was listed correctly as "Bordetella pertussis".
 
***In this row, the species was listed correctly as "Bordetella pertussis".
 
***In this row, the link corresponded to the ''Bordetella pertussis'' database at GeneDB. The link was as follows: http://www.genedb.org/gene/~;jsessionid=A06A0EFE93C64E476380393D4CBEFA69?actionName=%2FQuery%2FquickSearch&resultsSize=1&taxonNodeName=Bpertussis.
 
***In this row, the link corresponded to the ''Bordetella pertussis'' database at GeneDB. The link was as follows: http://www.genedb.org/gene/~;jsessionid=A06A0EFE93C64E476380393D4CBEFA69?actionName=%2FQuery%2FquickSearch&resultsSize=1&taxonNodeName=Bpertussis.
 
*UniProt Table
 
*UniProt Table
 
**This table contained 3258 entries with 6 character IDs.
 
**This table contained 3258 entries with 6 character IDs.
**All ID's in the UniProt table conform to the following pattern: [[File:UniProt Ascension Number info.PNG]]
+
**All ID's in the UniProt table conform to the following pattern:
 +
*** [[File:UniProt Ascension Number info.PNG]]
 
*RefSeq Table
 
*RefSeq Table
 
**This table contained 6627 entries. All IDs began with one of three prefixes: "NP_", "YP_", or "WP_". The meanings of these prefixes can be found in the RefSeq documentation found [http://www.ncbi.nlm.nih.gov/books/NBK50679/ here].
 
**This table contained 6627 entries. All IDs began with one of three prefixes: "NP_", "YP_", or "WP_". The meanings of these prefixes can be found in the RefSeq documentation found [http://www.ncbi.nlm.nih.gov/books/NBK50679/ here].
Line 183: Line 192:
 
***Overall, every entry in the ID column was an expected value.
 
***Overall, every entry in the ID column was an expected value.
 
*OrderedLocusNames Table
 
*OrderedLocusNames Table
**This table contained 3446 entries (consistent with & SQL counts).
+
**This table contained 3447 entries (consistent with the XMLPipeDB Match result).
 
**The IDs were copied into an Excel document for analysis:
 
**The IDs were copied into an Excel document for analysis:
***3434 IDs conformed to the pattern "BP####"
+
***3434 IDs conformed to the pattern "BP####".
***1 ID was unique: "BP3167.1"
+
***11 IDs conformed to the pattern "BP####A".
***The other 11 IDs were ORFs that conformed to one of the following two patterns: "BP####A" or "BP####B"
+
****This included 10 ORF gene IDs & "BP3167A" (reference to an EnsemblBacteria ID).
 +
***1 ID exhibited the pattern "BP####B".
 +
****This corresponded to an ORF gene ID.
 +
***1 ID exhibited the pattern "BP####.1".
 +
****This ID was the manner in which UniProt classified "BP3167A".
  
===.gdb Use in GenMAPP===
 
  
<!--Need to add more instructions here.-->
 
*By following the instructions in [http://www.openwetware.org/wiki/BIOL367/F10:GenMAPP_and_MAPPFinder_Protocols Part 2 of the ''Vibrio cholerae'' Microarray Data Analysis] and looking at Brandon's Week 9 individual journal assignment, I was able to verify that our Gene Database works in GenMAPP.
 
*I was able to open the GenMAPP program on the computer, and then I went to Data -> Choose Gene Database -> and selected the cw20151119 gdb file.
 
**There were no problems thus far as our database was able to load into the program.
 
  
====Putting a gene on the MAPP using the GeneFinder window====
+
==bpertussis-std_cw20151210.gdb Use in GenMAPP==
  
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for "Gene" in the upper left corner of the window. 
+
The following analysis was conducted in GenMAPP Version 2.1. Within GenMAPP, the ''Bordetella pertussis'' gene database was loaded by selecting Data > Choose Gene Database and then selecting the file ''bpertussis-std_cw20151210.gdb''.
**I clicked on the Drafting Board to place the Gene on the MAPP. 
+
**Then I right-clicked on the gene to access the GeneFinder window.
+
**I went through each of the five inconsistent Gene IDs in GeneFinder.
+
  
**I typed in the gene Id BP3167.1 into the Gene ID field and selected "OrderedLocusName" for the Gene ID system.
+
===Putting a Gene on the MAPP Using the GeneFinder Window===
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for "Gene" in the upper left corner of the window. 
+
***I clicked on the Drafting Board to place the Gene on the MAPP
+
***Then I right-clicked on the gene to access the GeneFinder window. 
+
  
 +
We made a sample MAPP in which gene IDs conforming to the naming conventions of the 5 major gene databases containing ''Bordetella pertussis'' genome data were added. A screenshot of the resulting MAPP is provided below:
 +
*[[File:Samplegenemapp.png]]
 +
*Gene IDs:
 +
** '''bp1123''' refers to the OrderedLocusNames gene ID system.
 +
** '''CAE43716''' refers to the EmsemblBacteria gene ID system.
 +
** '''Q7VWE'''5 refers to the UniProt gene ID system.
 +
** '''2665491''' refers to the GeneID system.
 +
** '''NP_881255''' refers to the RefSeq gene ID system.
  
*I typed in the gene Id BP1252 into the Gene ID field and selected "OrderedLocusName" for the Gene ID system. This served as a "control" to look up a consistent Gene ID to compare to.
+
Note: Gene IDs tested from the above gene ID systems all had complete Backpages and were successfully placed on the MAPP.
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for "Gene" in the upper left corner of the window. 
+
***I clicked on the Drafting Board to place the Gene on the MAPP.
+
***Then I right-clicked on the gene to access the GeneFinder window. 
+
  
***I typed in the gene Id BP0101A into the Gene ID field and selected "OrderedLocusName" for the Gene ID system.
+
===Creating an Expression Dataset in the Expression Dataset Manager===
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for "Gene" in the upper left corner of the window.
+
The file [[File:Bpertussis compiledrawdata cw20151208.txt]] was used to create an expression dataset in GenMAPP.
***I clicked on the Drafting Board to place the Gene on the MAPP. 
+
***Then I right-clicked on the gene to access the GeneFinder window.
+
  
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for "Gene" in the upper left corner of the window.
+
*Total Number of Gene IDs Imported
**I clicked on the Drafting Board to place the Gene on the MAPP.
+
** 3211 of the 3552 gene IDs from the microarray dataset were imported into the expression dataset.
**Then I right-clicked on the gene to access the GeneFinder window.
+
**There were 341 exceptions during the creation of the expression dataset. A screenshot of the error message is shown here:
**I typed in the gene Id BP0101B into the Gene ID field and selected "OrderedLocusName" for the Gene ID system.
+
***[[File:Errors in genmapp.png]]
 +
*Investigating Errors in the Exceptions File (EX.txt)
 +
**All 341 exceptions triggered the following error message: "Gene not found in OrderedLocusNames or any related system."
 +
**Gene IDs that triggered this error message conformed to the patterns "BP####" and "BP####A", indicating that no unique gene ID patterns were the cause of these errors.
 +
***Example gene IDs that triggered this error are the following: BP0101, BP1677, BP0910A, and BP2029A.
 +
****Searching for any of these gene IDs in UniProt returns the message "Sorry, no results found for your search term.":
 +
*****[[File:ErroneousID Uniprot cw20151210.PNG]]
 +
***The 341 gene IDs were copied into a new Excel file and compared to the gene IDs present in the file [[File:Bpertussis-std_cw20151210.zip]] (adapted from the "OrderedLocusNames" table in Microsoft Access).
 +
****None of the 341 gene IDs were present in the .gdb file.
 +
***The 341 gene IDs were each individually searched for in UniProt.
 +
****None of the 341 gene IDs retrieved results in UniProt.
 +
**'''Conclusion: All gene IDs that triggered errors were not present in the original UniProt XML file.'''
  
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for "Gene" in the upper left corner of the window. 
+
===Coloring a MAPP with Expression Data===
**I clicked on the Drafting Board to place the Gene on the MAPP
+
**Then I right-clicked on the gene to access the GeneFinder window. 
+
**I typed in the gene Id BP0684A into the Gene ID field and selected "OrderedLocusName" for the Gene ID system.
+
**When the gene was found this is the back page that popped up:
+
  
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for "Gene" in the upper left corner of the window.
+
====Creating a New Color Set====
**I clicked on the Drafting Board to place the Gene on the MAPP.
+
We customized the new Expression Dataset by creating a new color set entitled "LogFoldChange".
**Then I right-clicked on the gene to access the GeneFinder window.
+
# We created a criterion for this color set to label genes that demonstrated a significant ''increase'' in their expression.
**I typed in the gene Id BP0970A into the Gene ID field and selected "GeneID" for the Gene ID system.
+
#*We specified the gene value as "Avg_ABC_Samples" for the ''Bordetella pertussis'' microarray dataset.
 +
#*We activated the ''Criteria Builder'' by clicking the ''New'' button and named the criterion "Increased".
 +
#*We selected the color for this criterion as red using the color box.
 +
#*We stated the criterion as follows and added it to the Criteria List: <code>[Avg_ABC_Samples] > 0.25 AND [B-H_Pvalue] < 0.05</code>.
 +
#Second, we created a criterion for this color set to label genes that demonstrated a significant ''decrease'' in their expression.
 +
#*We specified the gene value as "Avg_ABC_Samples" for the ''Bordetella pertussis'' microarray dataset.
 +
#*We activated the ''Criteria Builder'' by clicking the ''New'' button and named the criterion "Decreased".
 +
#*We selected the color for this criterion as green using the color box.
 +
#*We stated the criterion as follows and added it to the Criteria List: <code>[Avg_ABC_Samples] < -0.25 AND [B-H_Pvalue] < 0.05</code>
 +
# Upon entering these color sets, we saved the entire Expression Dataset by selecting Save from the Expression Dataset menu. This effectively updated our .gex file with the new Color Set.
  
**All of the expected cross-referenced IDs were present.
+
Screenshot of Color Set criteria:
 +
*[[File:Expression dataset BHpvalue criteria.png]]
  
*Screenshot of all of the sample ID's on a MAPP:
+
Note: No errors were encountered in the creation of the Color Set.
*[[File: Genesonmap_cw20151203.png]]
+
  
====Expression Dataset and MAPPFinder Analysis====
+
====Creating a Pathway-Based MAPP Using Colored Genes====
*We do not have the expression dataset yet that is to be created by the GenMAPP Builders; they are still working on performing the corrections to the data that has been compiled into an excel spreadsheet.
+
====Ribosome Kegg Pathway====
*Once the file is complete, we will proceed with the data analysis using the desired programs.
+
* We were able to create a mapp of the ribosome pathway by using the genes provided from the http://www.genome.jp/kegg/ website.
 +
** Once accessing the website, we selected KEGG PATHWAY from the main page.
 +
** Next, we scrolled down to "Ribosome" that was under section 2.2 Translation and selected it.
 +
** Then, we searched our organism in the drop down menu at the top of the page, and we selected the Bordetella pertussis Tomaha I organism, and clicked "Go".
 +
** This lead us to a page of the ribosome pathway with the gene IDs that pertained to our specific organism. We were then able to create a mapp using these genes in GenMAPP.
 +
** Each of the green highlighted genes on the ribosome pathway were entered into the GenMAPP mapp by entering each gene ID and the name given from the Kegg pathway, and then the expression dataset "bpertussis_expressiondataset_cw20151218" was applied to the genes to color code them.
 +
**Here is the picture of the final mapp for the ribosome pathway created:
 +
*[[File: Bpertussis ribosomepathway cw20151218.jpg]]
 +
** Most of the ribosome genes that were generated on this mapp appeared to be the color green, symbolizing a decrease, except for the grey colored genes that were not significantly changed in this experiment. Since the genes mapped for the ribosome pathway all appeared to be green, this means that the expression levels of the genes pertaining to the ribosome category all decreased during the microarray experiment. Ribosomes play a key role in the translation process in cells and without them genes are often repressed and unable to perform their proper functions as they are unable to complete the replication processes. The microarray experiment analysis revealed that the absence of a membrane-associated protein named KpsT in B. pertussis, resulted in global down-regulation of gene expression including key virulence genes. The ribosome pathway depicted genes that were decreasing in gene expression, thus linking the translation process to the down-regulated key genes from the experiment because since these genes were lacking a necessary protein to help them perform the proper replication processes, translation did not occur in these genes and thus the ribosomes were not involved, ultimately leading to the decrease in expression of the genes mapped in the ribosome pathway.
 +
 
 +
====Nitrogen Cycle Kegg Pathway====
 +
* We were also able to create another mapp using the nitrogen cycle pathway genes provided from the http://www.genome.jp/kegg/ website.
 +
** Once accessing the website, we selected KEGG PATHWAY from the main page.
 +
** Next, we scrolled down to "Nitrogen Metabolism" that was under section 1.2 Energy Metabolism and selected it.
 +
** Then, we searched our organism in the drop down menu at the top of the page, and we selected the Bordetella pertussis Tomaha I organism, and clicked "Go".
 +
** This lead us to a page of the nitrogen metabolism pathway with the gene IDs that pertained to our specific organism. We were then able to create a mapp using these genes in GenMAPP.
 +
** Each of the green highlighted genes on the nitrogen metabolism pathway were entered into the GenMAPP mapp by entering each gene ID and the name given from the Kegg pathway, and then the expression dataset "bpertussis_expressiondataset_cw20151218" was applied to the genes to color code them.
 +
** Here is the picture of the final mapp for the nitrogen cycle pathway created:
 +
*[[File:Finalnitrogencyclebpertussis cw20151218.jpg]]
 +
** This mapp displayed both red and green colored genes; the green highlighted genes symbolizing a decrease and the red highlighted genes symbolizing an increase, as well a couple of gray genes that were not significant to the criterion. This nitrogen cycle mapp was created due to the important metabolic processes that occur in order to keep cells alive and reproducing, and specifically the nitrogen metabolism cycle. The genes that displayed red in this mapp had increased expression during the microarray experiment, and from the kegg pathway given for nitrogen metabolism, these genes can be seen to specifically aid in the metabolism of glutamate. Glutamate is important to cells as it plays a role in providing energy to allow the cells to operate correctly, and since the glutamate-related genes that we mapped were increased, it can be determined that glutamate plays a role in supplying the underlying energy to allow for the Bordetella pertussis strains to produce the polysaccharide capsule transport proteins, as studied in the microarray experiment.
 +
 
 +
===Running MAPPFinder===
 +
*MAPPFinder Procedure
 +
** We launched the MAPPFinder program from within GenMAPP and ensured that the ''bpertussis-std_cw20151210.gdb'' gene database was still loaded into GenMAPP.
 +
** We clicked on the button "Calculate New Results" followed by "Find File", at which point I specified the .gex file updated during the creation of the "LogFoldChange" color set.
 +
** We chose to apply both the "Increased" and "Decreased" criteria present within the LogFoldChange color set to the data.
 +
** We checked the boxes next to "Gene Ontology" and "p value", specified the results file, and then clicked "Run MAPPFinder".
 +
***This analysis took several minutes to complete.
 +
*MAPPFinder Analysis Results
 +
**We selected "Show Ranked List" to see a list of the most significant Gene Ontology terms. A screenshot of this output is shown below:
 +
**[[File:GeneontologyresultsBHpvalue.png]]
 +
***The majority of the most significant gene ontology terms pertained to ribosome biosynthesis and translation.
 +
 
 +
Note: The MAPPFinder analysis took approximately 8 minutes to complete. No errors were encountered in the process. MAPPFinder thus was confirmed to work with the ''Bordetella pertussis'' gene database.
  
 
=== Compare Gene Database to Outside Resource===
 
=== Compare Gene Database to Outside Resource===
*We will complete this step after progressing further into the project.
 
The OrderedLocusNames IDs in the exported Gene Database are derived from the UniProt XML.  It is a good idea to check your list of OrderedLocusNames IDs to see how complete it is using the original source of the data (the sequencing organization, the MOD, etc.)  Because UniProt is a protein database, it does not reference any non-protein genome features such as genes that code for functional RNAs, centromeres, telomeres, etc.
 
  
[[Category: Class Whoopers]]
+
To assess the completeness of this version of the ''Bordetella pertussis'' gene database, we explored the original genome sequencing data from Parkhill et al. (2003) that was deposited at the [http://www.genedb.org/Homepage/Bpertussis GeneDB Model Organism Database (MOD)]. From the GeneDB Home Page, we accessed a ''Gene Type'' search function that was used to quantify the number of gene listings present under each provided gene category. The results of this investigation are presented below.
 +
 
 +
====Protein-Coding Genes====
 +
[[File:GDB protein-coding.png]]
 +
*There are 3447 protein-coding genes present in the [http://www.genedb.org/Homepage/Bpertussis GeneDB] database. This result verified that the set of protein-coding genes exported into [[File:Bpertussis-std cw20151210.zip]] from UniProt is complete. No further changes to the gene database export procedures are necessary at this time.
 +
 
 +
====Non-Protein Genome Features====
 +
 
 +
#Pseudogenes
 +
#*[[File:GDB_pseudogenes.png]]
 +
#**GeneDB indicated that 359 pseudogenes are present in the ''B. pertussis'' genome. Pseudogenes do not code for proteins and were therefore not included in the original UniProt listing.
 +
#rRNA
 +
#*[[File:GDB_rRNA.png]]
 +
#**GeneDB indicated that 9 genes that encode for rRNA are present in the ''B. pertussis'' genome. These genes do not code for proteins and were therefore not included in the original UniProt listing.
 +
#tRNA
 +
#*[[File:GDB_tRNA.png]]
 +
#**GeneDB indicated that 51 genes that encode for tRNA are present in the ''B. pertussis'' genome. These genes do not code for proteins and were therefore not included in the original UniProt listing.
 +
#snoRNA
 +
#*GeneDB retrieved 0 genes that encode for snoRNA.
 +
#snRNA
 +
#*GeneDB retrieved 0 genes that encode for snRNA.
 +
#"miscRNA"
 +
#*GeneDB retrieved 0 genes that encode for "miscRNA".
 +
 
 +
'''A total of 419 non-protein coding genes were identified in the ''Bordetella pertussis'' genome in addition to the 3447 protein-coding genes captured in our gene database.'''
 +
 
 +
==Team Information & Links==
 +
 
 +
{{Template:Class Whoopers}}

Latest revision as of 22:36, 18 December 2015

Files Asked for in the Gene Database Testing Report

For convenience, all of the files explicitly asked for in the sections below were compressed together in this file: File:Testingreport cw20151210.zip

Pre-requisites

The following set of software was used in the creation and testing of the Bordetella pertussis gene database:

  1. 7-ziptool that for unpacking .gz and .zip files
  2. PostgreSQL on Windows (version 9.4.x)
  3. GenMAPP Builder
  4. Java JDK 1.8 64-bit
  5. GenMAPP 2
  6. XMLPipeDB match utility for counting IDs in XML files
  7. Microsoft Access for reading .mdb files

Gene Database Creation

Downloading Data Source Files and GenMAPP Builder

  • We download the UniProt XML, GOA, and GO OBO-XML files for Bordetella Pertussis along with the GenMAPP Builder program.
    • All files were saved to the folder Bklein7_CW\bpertussis_cw20151210 on our computer's ThawSpace.
    • Files that required extraction were unzipped using 7-zip.
    • Data files that remained in a folder after unzipping were removed from their folders to facilitate organization and command line processing.

UniProt XML

GOA

GO OBO-XML

Downloaded GenMAPP Builder

  1. We downloaded the custom version of GenMAPP Builder including the most recent version of the Bordetella pertussis custom class (Version 3.0.0 Build 5 - cw20151210): File:Dist cw20151210.zip.
  2. We extracted the GenMAPP Builder folder using 7-zip.

Creating the New Database in PostgreSQL

  • We launched pgAdmin III and connected to the PostgreSQL 9.4 server (localhost:5432).
    • On this server, we created a new database: bpertussis_cw20151210_gmb3build5.
    • We opened the SQL Editor tab to use an XMLPipeDB query to create the tables in the database.
      • We clicked on the Open File icon and selected the file gmbuilder.sql. This imported a series of SQL commands into the editor tab.
      • We clicked on the Execute Query icon to run this command.
      • In viewing the schema for this database, we confirmed that there were 167 tables after running the above command.

Configuring GenMAPP Builder to Connect to the PostgreSQL Database

  • To begin, we launched gmbuilder.bat.
  • We selected the "Configure Database" option and entered the following information into the fields below:
    • Host or address: localhost
    • Port number: 5432
    • Database name: bpertussis_cw20151210_gmb3build5
    • Username: postgres
    • Password: Welcome1

Importing Data into the PostgreSQL Database

  • The downloaded data files for Bordetella pertussis were specified and imported into the database by clicking on the following buttons:
    • Selected File > Import UniProt XML...
    • Selected File > Import GO OBO-XML...
    • Clicked OK to the message asking to process the GO data.
    • Selected File > Import GOA...

Exporting a GenMAPP Gene Database (.gdb)

  • We selected File > Export to GenMAPP Gene Database... to begin the export process.
  • We typed in our coder's name in the owner field (Brandon Klein).
  • We selected the custom profile "Bordetella pertussis, Taxon ID 257313" as the gene database species and then clicked Next.
  • The database was saved as bpertussis-std_cw20151210.
  • We checked the boxes for exporting all Molecular Function, Cellular Component, and Biological Process Gene Ontology Terms.
  • Finally, we clicked the "Next" button to begin the export process.

Gene Database Testing Report

Export Information

Version of GenMAPP Builder: Version 3.0.0 Build 5 - cw20151210

Computer on which export was run: Seaver 120- Last computer on the right in the row farthest from the front of the room

Postgres Database name: bpertussis_cw20151210_gmb3build5

UniProt XML filename: File:Uniprot-proteome-UP000002676 cw20151210.zip

GO OBO-XML filename: File:Go daily-termdb cw20151210.zip

  • GO OBO-XML version (The version information was found in the file properties): Last Modified- ‎‎ ‎December ‎10, ‎2015 (TIME?)
  • GO OBO-XML download link: Gene Ontology legacy download page
  • Time taken to import: 6.97 minutes
  • Time taken to process: 4.52 minutes
    • Note: The import and processing times were similar to those for the previous "Bordetella pertussis" gene database: bpertussis-std_cw20151203.gdb (7.08 minutes and 4.42 minutes respectively). No interruptions occurred during these processes.

GOA filename: File:145.B pertussis ATCC BAA-589 cw20151210.zip

  • GOA version (found in the Last modified field on the FTP site): Last Modified- 08-Dec-2015 02:45
  • GOA download link: for Bordetella pertussis strain Tohama I
  • Time taken to import: 0.03 minutes
    • Note: The import time was very similar to that of the previous "Bordetella pertussis" gene database: bpertussis-std_cw20151203.gdb (0.04 minutes). No interruptions occurred during this process.

Name of .gdb file: File:Bpertussis-std cw20151210.zip

  • Time taken to export:
    • Start time: 1:19 AM
    • End time: 2:11 AM
    • Elapsed time: 52 minutes

Note: No interruptions occurred during the export process.

TallyEngine

  • We ran the TallyEngine in GenMAPP Builder and specified the following files:
  • Results:
    • TallyEngineResults cw20151210.png
      • All TallyEngine results were consistent across both files.
      • The TallyEngine was not customized to reflect the coding changes made to GenMAPP Builder Version 3.0.0 Build 5 - cw20151210.
        • Therefore, the total count for "Ordered Locus Names" and "ORF" gene IDs remained 3446. The extra ID that was imported in this build, "BP3167A", was not listed in either of these categories.
        • Further TallyEngine customization is necessary to raise the count to 3447 gene IDs.

Using XMLPipeDB Match to Validate the XML Results from the TallyEngine

The following functions were performed using the Windows command line (cmd).

  • We entered the project folder using the following command:
cd /d T:\Bklein7_CW\bpertussis_cw20151210
  • We used XMLPipeDB match to identify matches of gene IDs in the UniProt XML file that conformed to the following the patterns: "BP####", "BP####.1", "BP####A", and "BP####B". The command used was as follows:
java -jar xmlpipedb-match-1.1.1.jar "BP[0-9][0-9][0-9][0-9](A|B|\.1|)" < "uniprot-proteome%3AUP000002676_cw20151201.xml"

Match Results:

  • Xmlpipedbmatch cw20151203.png
    • The number of unique matches generated by XMLPipeDB Match, 3447, matched with our expectation. The count includes the total number of ordered locus (3435) and ORF (11) gene IDs along with the unique EnsemblBacteria reference ID "BP3167A".

Using SQL Queries to Validate the PostgreSQL Database Results from the TallyEngine

We used the SQL "union" operation to count the number of "ordered locus" gene IDs, which conform to the pattern "BP####", in addition to all gene IDs that matched the patterns "BP####A" & "BP####B" (including 11 "ORF" gene IDs and 1 EnsemblBacteria reference ID):

select count(value) from (select value from genenametype where type = 
'ordered locus' union select value from propertytype inner join dbreferencetype
 on (propertytype.dbreferencetype_property_hjid = dbreferencetype.hjid)
  where dbreferencetype.type = 'EnsemblBacteria' and propertytype.type = 
  'gene ID' and propertytype.value ~ 'BP[0-9][0-9][0-9][0-9](A|B)') as combined;

Note: This query was crafted by Dr. Dionisio.

Results:

  • PostgreSQL Count cw20151210.png
  • The number of unique matches yielded by this SQL query, 3447, matched the count generated by XMLPipeDB Match. Thus, the locations of all 3447 gene IDs in the PostgreSQL relational database were accounted for here.

OriginalRowCounts Comparison

We opened the gene database file File:Bpertussis-std cw20151210.zip in Microsoft Access and assessed the "OriginalRowCounts" table to see if the expected tables were listed with the expected number of records. The contents of this table were compared to the OriginalRowCounts table of an existing .gdb file created during Week 9.

Benchmark .gdb file: File:Vc-Std 20151027 TR.gdb

"OriginalRowCounts" table from the benchmark and new gdb:

  • ComparisonToBenchmark cw20151210.PNG
    • All 52 tables present in the 2015 Vibrio cholerae database were also present in the B. pertussis gene database, bpertussis-std_cw20151210. This confirmed that all expected tables were successfully created.
    • The "OrderedLocusNames" table count is listed as 3447. This count demonstrates that the missing ID, "BP3167A", was successfully added to the export (confirmed below).
      • BP3167A Confirmed cw20151210.PNG

Note: The "OriginalRowCounts" tables were too large to screenshot. To circumvent this problem and facilitate the comparison, I copied the "OriginalRowCounts" tables from both gene databases into an Excel file and zoomed out. The above screenshot was taken from this Excel file. The "OrderedLocusNames" row count for bpertussis-std_cw20151210 is highlighted in yellow.

Visual Inspection

We visually inspected individual tables within File:Bpertussis-std cw20151210.zip using Microsoft Access.

  • Systems Table
    • 35 gene ID systems were listed, 11 of which were used in the creation of this .gdb file and listed the appropriate import date (12/10/2015).
      • All gene ID systems relevant to B. pertussis were listed. This includes: EMBL, EnsemblBacteria, GeneID, GeneOntology, InterPro, OrderedLocusNames, Pfam, RefSeq, and UniProt.
      • This result corresponded with that of the benchmark .gdb file listed in the "OriginalRowCounts Comparison" section.
    • The "OrderedLocusNames" listing properly displayed customizations to the Bordetella pertussis species profile.
  • UniProt Table
    • This table contained 3258 entries with 6 character IDs.
    • All ID's in the UniProt table conform to the following pattern:
      • UniProt Ascension Number info.PNG
  • RefSeq Table
    • This table contained 6627 entries. All IDs began with one of three prefixes: "NP_", "YP_", or "WP_". The meanings of these prefixes can be found in the RefSeq documentation found here.
      • "NP_" and "YP_" Prefixes
        • Refer to proteins. There are 3410 "NP_" IDs and 7 "YP_" IDs.
      • "WP_" Prefixes
        • Refer to "autonomous non-redundant proteins that are not yet directly annotated on a genome". There were 3210 IDs with the "WP_" prefixes.
      • Overall, every entry in the ID column was an expected value.
  • OrderedLocusNames Table
    • This table contained 3447 entries (consistent with the XMLPipeDB Match result).
    • The IDs were copied into an Excel document for analysis:
      • 3434 IDs conformed to the pattern "BP####".
      • 11 IDs conformed to the pattern "BP####A".
        • This included 10 ORF gene IDs & "BP3167A" (reference to an EnsemblBacteria ID).
      • 1 ID exhibited the pattern "BP####B".
        • This corresponded to an ORF gene ID.
      • 1 ID exhibited the pattern "BP####.1".
        • This ID was the manner in which UniProt classified "BP3167A".


bpertussis-std_cw20151210.gdb Use in GenMAPP

The following analysis was conducted in GenMAPP Version 2.1. Within GenMAPP, the Bordetella pertussis gene database was loaded by selecting Data > Choose Gene Database and then selecting the file bpertussis-std_cw20151210.gdb.

Putting a Gene on the MAPP Using the GeneFinder Window

We made a sample MAPP in which gene IDs conforming to the naming conventions of the 5 major gene databases containing Bordetella pertussis genome data were added. A screenshot of the resulting MAPP is provided below:

  • Samplegenemapp.png
  • Gene IDs:
    • bp1123 refers to the OrderedLocusNames gene ID system.
    • CAE43716 refers to the EmsemblBacteria gene ID system.
    • Q7VWE5 refers to the UniProt gene ID system.
    • 2665491 refers to the GeneID system.
    • NP_881255 refers to the RefSeq gene ID system.

Note: Gene IDs tested from the above gene ID systems all had complete Backpages and were successfully placed on the MAPP.

Creating an Expression Dataset in the Expression Dataset Manager

The file File:Bpertussis compiledrawdata cw20151208.txt was used to create an expression dataset in GenMAPP.

  • Total Number of Gene IDs Imported
    • 3211 of the 3552 gene IDs from the microarray dataset were imported into the expression dataset.
    • There were 341 exceptions during the creation of the expression dataset. A screenshot of the error message is shown here:
      • Errors in genmapp.png
  • Investigating Errors in the Exceptions File (EX.txt)
    • All 341 exceptions triggered the following error message: "Gene not found in OrderedLocusNames or any related system."
    • Gene IDs that triggered this error message conformed to the patterns "BP####" and "BP####A", indicating that no unique gene ID patterns were the cause of these errors.
      • Example gene IDs that triggered this error are the following: BP0101, BP1677, BP0910A, and BP2029A.
        • Searching for any of these gene IDs in UniProt returns the message "Sorry, no results found for your search term.":
          • ErroneousID Uniprot cw20151210.PNG
      • The 341 gene IDs were copied into a new Excel file and compared to the gene IDs present in the file File:Bpertussis-std cw20151210.zip (adapted from the "OrderedLocusNames" table in Microsoft Access).
        • None of the 341 gene IDs were present in the .gdb file.
      • The 341 gene IDs were each individually searched for in UniProt.
        • None of the 341 gene IDs retrieved results in UniProt.
    • Conclusion: All gene IDs that triggered errors were not present in the original UniProt XML file.

Coloring a MAPP with Expression Data

Creating a New Color Set

We customized the new Expression Dataset by creating a new color set entitled "LogFoldChange".

  1. We created a criterion for this color set to label genes that demonstrated a significant increase in their expression.
    • We specified the gene value as "Avg_ABC_Samples" for the Bordetella pertussis microarray dataset.
    • We activated the Criteria Builder by clicking the New button and named the criterion "Increased".
    • We selected the color for this criterion as red using the color box.
    • We stated the criterion as follows and added it to the Criteria List: [Avg_ABC_Samples] > 0.25 AND [B-H_Pvalue] < 0.05.
  2. Second, we created a criterion for this color set to label genes that demonstrated a significant decrease in their expression.
    • We specified the gene value as "Avg_ABC_Samples" for the Bordetella pertussis microarray dataset.
    • We activated the Criteria Builder by clicking the New button and named the criterion "Decreased".
    • We selected the color for this criterion as green using the color box.
    • We stated the criterion as follows and added it to the Criteria List: [Avg_ABC_Samples] < -0.25 AND [B-H_Pvalue] < 0.05
  3. Upon entering these color sets, we saved the entire Expression Dataset by selecting Save from the Expression Dataset menu. This effectively updated our .gex file with the new Color Set.

Screenshot of Color Set criteria:

  • Expression dataset BHpvalue criteria.png

Note: No errors were encountered in the creation of the Color Set.

Creating a Pathway-Based MAPP Using Colored Genes

Ribosome Kegg Pathway

  • We were able to create a mapp of the ribosome pathway by using the genes provided from the http://www.genome.jp/kegg/ website.
    • Once accessing the website, we selected KEGG PATHWAY from the main page.
    • Next, we scrolled down to "Ribosome" that was under section 2.2 Translation and selected it.
    • Then, we searched our organism in the drop down menu at the top of the page, and we selected the Bordetella pertussis Tomaha I organism, and clicked "Go".
    • This lead us to a page of the ribosome pathway with the gene IDs that pertained to our specific organism. We were then able to create a mapp using these genes in GenMAPP.
    • Each of the green highlighted genes on the ribosome pathway were entered into the GenMAPP mapp by entering each gene ID and the name given from the Kegg pathway, and then the expression dataset "bpertussis_expressiondataset_cw20151218" was applied to the genes to color code them.
    • Here is the picture of the final mapp for the ribosome pathway created:
  • Bpertussis ribosomepathway cw20151218.jpg
    • Most of the ribosome genes that were generated on this mapp appeared to be the color green, symbolizing a decrease, except for the grey colored genes that were not significantly changed in this experiment. Since the genes mapped for the ribosome pathway all appeared to be green, this means that the expression levels of the genes pertaining to the ribosome category all decreased during the microarray experiment. Ribosomes play a key role in the translation process in cells and without them genes are often repressed and unable to perform their proper functions as they are unable to complete the replication processes. The microarray experiment analysis revealed that the absence of a membrane-associated protein named KpsT in B. pertussis, resulted in global down-regulation of gene expression including key virulence genes. The ribosome pathway depicted genes that were decreasing in gene expression, thus linking the translation process to the down-regulated key genes from the experiment because since these genes were lacking a necessary protein to help them perform the proper replication processes, translation did not occur in these genes and thus the ribosomes were not involved, ultimately leading to the decrease in expression of the genes mapped in the ribosome pathway.

Nitrogen Cycle Kegg Pathway

  • We were also able to create another mapp using the nitrogen cycle pathway genes provided from the http://www.genome.jp/kegg/ website.
    • Once accessing the website, we selected KEGG PATHWAY from the main page.
    • Next, we scrolled down to "Nitrogen Metabolism" that was under section 1.2 Energy Metabolism and selected it.
    • Then, we searched our organism in the drop down menu at the top of the page, and we selected the Bordetella pertussis Tomaha I organism, and clicked "Go".
    • This lead us to a page of the nitrogen metabolism pathway with the gene IDs that pertained to our specific organism. We were then able to create a mapp using these genes in GenMAPP.
    • Each of the green highlighted genes on the nitrogen metabolism pathway were entered into the GenMAPP mapp by entering each gene ID and the name given from the Kegg pathway, and then the expression dataset "bpertussis_expressiondataset_cw20151218" was applied to the genes to color code them.
    • Here is the picture of the final mapp for the nitrogen cycle pathway created:
  • Finalnitrogencyclebpertussis cw20151218.jpg
    • This mapp displayed both red and green colored genes; the green highlighted genes symbolizing a decrease and the red highlighted genes symbolizing an increase, as well a couple of gray genes that were not significant to the criterion. This nitrogen cycle mapp was created due to the important metabolic processes that occur in order to keep cells alive and reproducing, and specifically the nitrogen metabolism cycle. The genes that displayed red in this mapp had increased expression during the microarray experiment, and from the kegg pathway given for nitrogen metabolism, these genes can be seen to specifically aid in the metabolism of glutamate. Glutamate is important to cells as it plays a role in providing energy to allow the cells to operate correctly, and since the glutamate-related genes that we mapped were increased, it can be determined that glutamate plays a role in supplying the underlying energy to allow for the Bordetella pertussis strains to produce the polysaccharide capsule transport proteins, as studied in the microarray experiment.

Running MAPPFinder

  • MAPPFinder Procedure
    • We launched the MAPPFinder program from within GenMAPP and ensured that the bpertussis-std_cw20151210.gdb gene database was still loaded into GenMAPP.
    • We clicked on the button "Calculate New Results" followed by "Find File", at which point I specified the .gex file updated during the creation of the "LogFoldChange" color set.
    • We chose to apply both the "Increased" and "Decreased" criteria present within the LogFoldChange color set to the data.
    • We checked the boxes next to "Gene Ontology" and "p value", specified the results file, and then clicked "Run MAPPFinder".
      • This analysis took several minutes to complete.
  • MAPPFinder Analysis Results
    • We selected "Show Ranked List" to see a list of the most significant Gene Ontology terms. A screenshot of this output is shown below:
    • GeneontologyresultsBHpvalue.png
      • The majority of the most significant gene ontology terms pertained to ribosome biosynthesis and translation.

Note: The MAPPFinder analysis took approximately 8 minutes to complete. No errors were encountered in the process. MAPPFinder thus was confirmed to work with the Bordetella pertussis gene database.

Compare Gene Database to Outside Resource

To assess the completeness of this version of the Bordetella pertussis gene database, we explored the original genome sequencing data from Parkhill et al. (2003) that was deposited at the GeneDB Model Organism Database (MOD). From the GeneDB Home Page, we accessed a Gene Type search function that was used to quantify the number of gene listings present under each provided gene category. The results of this investigation are presented below.

Protein-Coding Genes

GDB protein-coding.png

  • There are 3447 protein-coding genes present in the GeneDB database. This result verified that the set of protein-coding genes exported into File:Bpertussis-std cw20151210.zip from UniProt is complete. No further changes to the gene database export procedures are necessary at this time.

Non-Protein Genome Features

  1. Pseudogenes
    • GDB pseudogenes.png
      • GeneDB indicated that 359 pseudogenes are present in the B. pertussis genome. Pseudogenes do not code for proteins and were therefore not included in the original UniProt listing.
  2. rRNA
    • GDB rRNA.png
      • GeneDB indicated that 9 genes that encode for rRNA are present in the B. pertussis genome. These genes do not code for proteins and were therefore not included in the original UniProt listing.
  3. tRNA
    • GDB tRNA.png
      • GeneDB indicated that 51 genes that encode for tRNA are present in the B. pertussis genome. These genes do not code for proteins and were therefore not included in the original UniProt listing.
  4. snoRNA
    • GeneDB retrieved 0 genes that encode for snoRNA.
  5. snRNA
    • GeneDB retrieved 0 genes that encode for snRNA.
  6. "miscRNA"
    • GeneDB retrieved 0 genes that encode for "miscRNA".

A total of 419 non-protein coding genes were identified in the Bordetella pertussis genome in addition to the 3447 protein-coding genes captured in our gene database.

Team Information & Links

GenMAPP Analysis of Bordetella pertussis Microarray Data

Gene Database Project Links
Overview Deliverables Reference Format Guilds Project Manager GenMAPP User Quality Assurance Coder
Teams Heavy Metal HaterZ The Class Whoopers GÉNialOMICS Oregon Trail Survivors

Journal Entries

Class Whoopers Individual Journal Entries
Brandon Klein Week 11 Week 12 Week 14 Week 15
Lena Olufson Week 11 Week 12 Week 14 Week 15
Mahrad Saeedi Week 11 Week 12 Week 14 Week 15
Team Entries Week 11 Week 12 Week 14 Week 15

Group Members

Team Weekly Assignments

  • Week 10 Creation of page and combined annotated bibliography (midnight 11/10)
  • Week 11 (midnight 11/17)
  • Week 12 (midnight 11/24)
  • Week 14 (midnight 12/8)
  • Week 15 (midnight 12/15)