Specimen data imported into LabKey Server is stored in three related tables arranged as follows:
Data destinations for each file in the specimen import archive:
The file import process for specimen.tsv is the most complex.
All fields from this file go into the study.SpecimenEvent table, which is accessed through the [history] links in the individual vial view or directly via the SpecimenEvent table in the schema browser.
The subset of fields that should be constant across locations (such as vial ID, vial volume, etc.) are also inserted into the study.SpecimenDetail table.
Fields that are not expected to be the same across location (freezer information, for example) are found only in study.SpecimenEvent.
Aggregating up one more level from study.SpecimenDetail, the study.SpecimenSummary table (accessible via the 'group by vial' links in LabKey Server) summarizes the data by collection. This table contains all fields from study.SpecimenDetail that are expected to be the same across all vials from a given collection (such as subject ID, visit, type, and draw timestamp).
Note that study.SpecimenDetail and study.SpecimenSummary also contain a number of calculated fields that are not found in the import data. These fields are used in a variety of places within the system.
previousnext |
expand allcollapse all |