From 2c6cb01484aecea720f1bb30fb22e55d4d122be8 Mon Sep 17 00:00:00 2001 From: Kevin Schneider Date: Fri, 28 Feb 2025 11:14:24 +0100 Subject: [PATCH] #86: Add identifier, title, and description to ASSAY metadata section --- ISA-XLSX.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ISA-XLSX.md b/ISA-XLSX.md index f63f188..c9ad3e7 100644 --- a/ISA-XLSX.md +++ b/ISA-XLSX.md @@ -565,6 +565,9 @@ This section MUST contain the following labels, with the specified datatypes for | Label | Datatype | Description | |----------------------------------------------------|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Assay Identifier | String | A mandatory unique identifier, either a temporary identifier supplied by users or one generated by a repository or other database. For example, it could be an identifier complying with the LSID specification. A value MUST be given for this label. | +| Assay Title | String | A concise phrase used to encapsulate the purpose and goal of the assay. | +| Assay Description | String | A textual description of the assay, with components such as objective or goals. | | Assay Measurement Type | String | A term to qualify the endpoint, or what is being measured (e.g. gene expression profiling or protein identification). The term can be free text or from, for example, a controlled vocabulary or an ontology. If the latter source is used the Term Accession Number and Term Source REF fields below are required. | | Assay Measurement Type Term Accession Number | String | The accession number from the Term Source associated with the selected term. | | Assay Measurement Type Term Source REF | String | The Source REF has to match one of the Term Source Name declared in the Ontology Source Reference section. |