When you import instrument data into LabKey server, assay tools allow you to create a detailed
assay design, which tells the server how to interpret complex information. An assay design can be partially inferred by reading the spreadsheet itself, but you might need to make modifications, and might also want to track who generated that spreadsheet and with what instrument settings. Your design would specify what information to gather from an operator at the time of upload, and how best to store both the data and the additional metadata about it.
Create a New Assay Design by Inference
LabKey Server can give you a head start on creating your assay design by inferring column names and types from a sample data file, in this case an Excel spreadsheet.
Add Fields to the Assay Design
At this point, we could declare the design finished and save a skeleton design capable of uploading any spreadsheets of the same format. But before we finalize the design, we'll add our own fields, in order to capture information about who was operating the instrument and with what settings.
An assay design is composed of different fields. There are three types of built-in fields:
- Data Fields: Can be read from the uploaded file.
- Run Fields: Are specific to a single file and will be populated by the operator for each file, or run of data.
- Batch Fields: Apply to groups of runs and are typically populated by the operator once per batch.
For any fields requiring user entry, we can clarify what users are supposed to enter by customizing the description. It is also possible to make user entry more reliable by constraining fields to known sets of values (such as specific machines present in a given lab) and defining data validators and formats to catch common entry errors.
- Scroll to the section Batch Fields.
- Click Add Field, enter the Name "OperatorEmail".
- Click Add Field, enter the Name "Instrument", and enter the Description: "The diagnostic test instrument."
- In the section Run Fields:
- Click Add Field
- Enter the Name "InstrumentSetting".
- Use the menu for the Type field, select Integer in the popup and click Apply.
- Enter the Description: "The configuration setting on the instrument."
- Click Save & Close.
- Your new assay design is now saved and ready to use. We can use it to import as many runs as we like from spreadsheets with the same structure. You will now see GenericAssay on the assay list on the main Assay Tutorial page.
