Difference between revisions of "Data Validation"

From xBio:D Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
Country-level invalid locality detection is accomplished by obtaining the bounding box region of a particular country from [http://www.geonames.org/ geonames] then gathering all of the localities within that country. When a coordinate for a locality is beyond the bounding box region of a country, the locality name is displayed for manual correction.
 
Country-level invalid locality detection is accomplished by obtaining the bounding box region of a particular country from [http://www.geonames.org/ geonames] then gathering all of the localities within that country. When a coordinate for a locality is beyond the bounding box region of a country, the locality name is displayed for manual correction.
  
Click [[Invalid Locality Detection and Correction Schedule|here]] for a schedule of past and future runs of invalid locality detection and correction.
+
Go to the [[Invalid Locality Detection and Correction Schedule|schedule of past and future runs of invalid locality detection and correction]].
  
 
=== OSUC Specimen Data Verification ===
 
=== OSUC Specimen Data Verification ===
 
Using the ''Data_Validator'' package, run the ''listCollectionComposition'' procedure to get a breakdown of the composition of the number of specimens within the collection by order. The composition will dictate how many specimens for each order will be verified. After determining the number of specimens needed for an order, randomly select a cabinet within the order, randomly select a drawer within the cabinet, randomly select a unit tray within the drawer, and finally randomly select a specimen within the unit tray. After that specimen is checked, repeat the entire process from selection of cabinet to specimen. Note: do not arbitrarily select, but rather randomly select.
 
Using the ''Data_Validator'' package, run the ''listCollectionComposition'' procedure to get a breakdown of the composition of the number of specimens within the collection by order. The composition will dictate how many specimens for each order will be verified. After determining the number of specimens needed for an order, randomly select a cabinet within the order, randomly select a drawer within the cabinet, randomly select a unit tray within the drawer, and finally randomly select a specimen within the unit tray. After that specimen is checked, repeat the entire process from selection of cabinet to specimen. Note: do not arbitrarily select, but rather randomly select.
  
Click [[OSUC Specimen Data Verification Schedule|here]] for a schedule of past and future runs of OSUC specimen data verification.
+
Go to the [[OSUC Specimen Data Verification Schedule|schedule of past and future runs of OSUC specimen data verification]].
  
 
[[Category:OSUC Private]]
 
[[Category:OSUC Private]]
 
[[Category:Data Validation]]
 
[[Category:Data Validation]]

Revision as of 22:44, 8 November 2011



Introduction

This section contains information on validating data for various bioinformatics tasks.

OSUC Database

Invalid Locality Detection and Correction

Using the Data_Validator package, run the listInvalidLocalities procedure to correct locality coordinates for localities within US states and list invalid coordinates for countries.

US State-level locality correction begins by gathering all of the localities within each US state that is absent of coordinates. After gathering the offending localities, the midpoint coordinate for the state is obtained from geonames and set to all of the localities within that state without coordinates.

Country-level invalid locality detection is accomplished by obtaining the bounding box region of a particular country from geonames then gathering all of the localities within that country. When a coordinate for a locality is beyond the bounding box region of a country, the locality name is displayed for manual correction.

Go to the schedule of past and future runs of invalid locality detection and correction.

OSUC Specimen Data Verification

Using the Data_Validator package, run the listCollectionComposition procedure to get a breakdown of the composition of the number of specimens within the collection by order. The composition will dictate how many specimens for each order will be verified. After determining the number of specimens needed for an order, randomly select a cabinet within the order, randomly select a drawer within the cabinet, randomly select a unit tray within the drawer, and finally randomly select a specimen within the unit tray. After that specimen is checked, repeat the entire process from selection of cabinet to specimen. Note: do not arbitrarily select, but rather randomly select.

Go to the schedule of past and future runs of OSUC specimen data verification.