Difference between revisions of "Gene Database Testing Report Sample"

From LMU BioDB 2013
Jump to: navigation, search
(Initial transcription of this page.)
 
(OriginalRowCounts Comparison: note to use 2010 Vibrio database for the week 9 assignment)
 
(One intermediate revision by one user not shown)
Line 8: Line 8:
  
 
UniProt XML filename:
 
UniProt XML filename:
*UniProt XML version (The version information can be found at [http://www.ebi.ac.uk/integr8/HelpAction.do;jsessionid=77FB1305FBD3EA7CCE0DBB57B453CF8C?action=searchById&refId=5 Integr8]):
+
* UniProt XML version (The version information can be found at [http://uniprot.org/news the UniProt News Page]):
 
* Time taken to import:
 
* Time taken to import:
  
 
GO OBO-XML filename:
 
GO OBO-XML filename:
* GO OBO-XML version (The version information can be found at the [http://www.geneontology.org/GO.downloads.ontology.shtml GO Download page]):
+
* GO OBO-XML version (The version information can be found in the file properties after the file downloaded from the [http://beta.geneontology.org/page/download-ontology GO Download page] has been unzipped):
 
* Time taken to import:
 
* Time taken to import:
 
* Time taken to process:
 
* Time taken to process:
  
 
GOA filename:
 
GOA filename:
* GOA version (News on [http://www.ebi.ac.uk/GOA/ this page] records past releases, [http://www.ebi.ac.uk/GOA/uniprot_release.html this page] has current info):
+
* GOA version (News on [http://www.ebi.ac.uk/GOA/ this page] records past releases; current information can be found in the Last modified field on the [ftp://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/ FTP site]):
 
* Time taken to import:
 
* Time taken to import:
  
Line 23: Line 23:
 
* Time taken to export .gdb:
 
* Time taken to export .gdb:
 
* Upload your file and link to it here.
 
* Upload your file and link to it here.
 +
 
Note:
 
Note:
  
 
==TallyEngine==
 
==TallyEngine==
  
Run the TallyEngine in GenMAPP Builder and record the number of records for UniProt and GO in the XML data and in the Postgres databases (or you can upload and link to a screenshot of the results).
+
Run the TallyEngine in GenMAPP Builder and record the number of records for UniProt and GO in the XML data and in the PostgreSQL databases (or you can upload and link to a screenshot of the results).
  
 
== Using XMLPipeDB match to Validate the XML Results from the TallyEngine==
 
== Using XMLPipeDB match to Validate the XML Results from the TallyEngine==
Line 37: Line 38:
 
== Using SQL Queries to Validate the PostgreSQL Database Results from the TallyEngine==
 
== Using SQL Queries to Validate the PostgreSQL Database Results from the TallyEngine==
  
[[How_Do_I_Count_Thee%3F_Let_Me_Count_The_Ways#SQL | Follow the instructions on this page to query the PostgrSQL Database.]]
+
[[How_Do_I_Count_Thee%3F_Let_Me_Count_The_Ways#SQL | Follow the instructions on this page to query the PostgreSQL Database.]]
  
Are your results the same as reported by the TallyEngine?  Why or why not?
+
==OriginalRowCounts Comparison==
 
+
==OriginalRowCounts Comparison in Microsoft Access==
+
  
 
Within the .gdb file, look at the OriginalRowCounts table to see if the database has the expected tables with the expected number of records. Compare the tables and records with a benchmark .gdb file.
 
Within the .gdb file, look at the OriginalRowCounts table to see if the database has the expected tables with the expected number of records. Compare the tables and records with a benchmark .gdb file.
  
Benchmark .gdb file: (for ''Vibrio cholerae'' use [[Media:Vc-Std_External_20101022.gdb | Vc-Std_External_20101022.gdb]]).
+
Benchmark .gdb file: (for the [[Week 9]] Assignment, use the "Vc-Std_External_20101022.gdb" as your benchmark, downloadable from [http://sourceforge.net/projects/xmlpipedb/files/V.%20cholerae%20Gene%20Database/V.%20cholerae%2020101022/Vc-Std_External_20101022.zip/download here].
  
 
Copy the OriginalRowCounts table and paste it here:
 
Copy the OriginalRowCounts table and paste it here:
Line 51: Line 50:
 
Note:
 
Note:
  
==Visual Inspection of Tables in .gdb==
+
==Visual Inspection==
  
 
Perform visual inspection of individual tables to see if there are any problems.
 
Perform visual inspection of individual tables to see if there are any problems.
  
 
* Look at the Systems table. Is there a date in the Date field for all gene ID systems present in the database?
 
* Look at the Systems table. Is there a date in the Date field for all gene ID systems present in the database?
* Open the UniProt, RefSeq, GeneId, and OrderedLocusNames tables. Scroll down through the table. Do all of the IDs look like they take the correct form for that type of ID?
+
* Open the UniProt, RefSeq, and OrderedLocusNames tables. Scroll down through the table. Do all of the IDs look like they take the correct form for that type of ID?
  
 
Note:
 
Note:
Line 84: Line 83:
 
Note:
 
Note:
  
 
+
== Compare Gene Database to Outside Resource==
<!--
+
=== Compare Gene Database to Outside Resource:===
+
  
 
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.
 
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.
-->
+
 
 +
Note:
 +
 
 +
<!--In this example, this query tells you which IDs are in Riley only:<br>
 +
select Riley.ID from Riley left outer join Blattner on Riley.ID = Blattner.ID where Blattner.ID is null;-->

Latest revision as of 19:28, 17 October 2013

Contents

[edit] Export Information

Version of GenMAPP Builder:

Computer on which export was run:

Postgres Database name:

UniProt XML filename:

  • UniProt XML version (The version information can be found at the UniProt News Page):
  • Time taken to import:

GO OBO-XML filename:

  • GO OBO-XML version (The version information can be found in the file properties after the file downloaded from the GO Download page has been unzipped):
  • Time taken to import:
  • Time taken to process:

GOA filename:

  • GOA version (News on this page records past releases; current information can be found in the Last modified field on the FTP site):
  • Time taken to import:

Name of .gdb file:

  • Time taken to export .gdb:
  • Upload your file and link to it here.

Note:

[edit] TallyEngine

Run the TallyEngine in GenMAPP Builder and record the number of records for UniProt and GO in the XML data and in the PostgreSQL databases (or you can upload and link to a screenshot of the results).

[edit] Using XMLPipeDB match to Validate the XML Results from the TallyEngine

Follow the instructions found on this page to run XMLPipeDB match.

Are your results the same as you got for the TallyEngine? Why or why not?

[edit] Using SQL Queries to Validate the PostgreSQL Database Results from the TallyEngine

Follow the instructions on this page to query the PostgreSQL Database.

[edit] OriginalRowCounts Comparison

Within the .gdb file, look at the OriginalRowCounts table to see if the database has the expected tables with the expected number of records. Compare the tables and records with a benchmark .gdb file.

Benchmark .gdb file: (for the Week 9 Assignment, use the "Vc-Std_External_20101022.gdb" as your benchmark, downloadable from here.

Copy the OriginalRowCounts table and paste it here:

Note:

[edit] Visual Inspection

Perform visual inspection of individual tables to see if there are any problems.

  • Look at the Systems table. Is there a date in the Date field for all gene ID systems present in the database?
  • Open the UniProt, RefSeq, and OrderedLocusNames tables. Scroll down through the table. Do all of the IDs look like they take the correct form for that type of ID?

Note:

[edit] .gdb Use in GenMAPP

Note:

[edit] Putting a gene on the MAPP using the GeneFinder window

  • Try a sample ID from each of the gene ID systems. Open the Backpage and see if all of the cross-referenced IDs that are supposed to be there are there.

Note:

[edit] Creating an Expression Dataset in the Expression Dataset Manager

  • How many of the IDs were imported out of the total IDs in the microarray dataset? How many exceptions were there? Look in the EX.txt file and look at the error codes for the records that were not imported into the Expression Dataset. Do these represent IDs that were present in the UniProt XML, but were somehow not imported? or were they not present in the UniProt XML?

Note:

[edit] Coloring a MAPP with expression data

Note:

[edit] Running MAPPFinder

Note:

[edit] Compare Gene Database to Outside Resource

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.

Note:


Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox