From 1447b05b4a9bea562b8774b4ea714f5eb7eec999 Mon Sep 17 00:00:00 2001 From: Ishita Sati <64841420+esheetah@users.noreply.github.com> Date: Fri, 24 May 2024 09:19:35 +0530 Subject: [PATCH] update ExperimentDesign-definition.yml --- .../ExperimentDesign-definition.yml | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 DataModel/ExperimentDesign/ExperimentDesign-definition.yml diff --git a/DataModel/ExperimentDesign/ExperimentDesign-definition.yml b/DataModel/ExperimentDesign/ExperimentDesign-definition.yml deleted file mode 100644 index a3dc9e2..0000000 --- a/DataModel/ExperimentDesign/ExperimentDesign-definition.yml +++ /dev/null @@ -1,33 +0,0 @@ -ExperimentDesign: - description: | - Describes the experimental design of a study, including details such as the organism studied, - the total number of samples, comparison groups, and the study's objective. - properties: - organism: - description: The organism under study, providing information about the species or biological system. - format: NCBITaxon - pattern: '^\d+$' - type: string - cellLine: - description: The cell lines from which the samples were derived for the dataset. - format: Cellosaurus - pattern: '^CVCL_\d+$' - type: text - geneticModification: - description: The type of genetic modification done on the sample. - type: text - totalNumberSamples: - description: | - The total number of samples included in the experiment, representing the size of the dataset. - pattern: '^\d+$' - type: integer - comparisonGroup: - description: | - Describes how the samples are grouped for comparison, indicating any treatment/control groups or conditions. - type: string - objective: - description: | - The objective or goal of the study, outlining the specific aim or purpose of conducting the experiment. - type: string - type: object - version: 1.1.0 \ No newline at end of file