2. pipeline
2.1. Fields
| Path | Type | Description |
|---|---|---|
|
|
The fully qualified name associated with the experiment. |
|
|
The data type of the experiment. |
|
|
The version of the experiment data. |
|
|
The unique identifier for the parameter. |
|
|
The stable identifier for the parameter. |
|
|
The name of the parameter. |
|
|
The stable key of the parameter. |
|
|
The unique identifier for the procedure. |
|
|
The stable identifier for the procedure. |
|
|
The name of the procedure. |
|
|
The stable key of the procedure. |
|
|
The unique identifier for the pipeline. |
|
|
The stable identifier for the pipeline. |
|
|
The name of the pipeline. |
|
|
The stable key of the pipeline. |
|
|
Indicates whether the parameter is required. |
|
|
The type of observation made in the experiment. |
|
|
List of Mammalian Phenotype (MP) Ontology terms associated with the experiment. |
|
|
The description of the experiment. |
|
|
The unit of measurement for the X-axis. |
|
|
The unit of measurement for the Y-axis. |
|
|
Indicates whether the experiment includes metadata. |
|
|
Indicates whether the parameter value increments. |
|
|
The categories associated with the experiment. |
|
|
Indicates whether the experiment has options. |
|
|
Indicates whether the experiment data is derived. |
|
|
Indicates whether the experiment includes media content. |
|
|
Indicates whether the experiment is annotated. |
|
|
The group of comparable parameters. |
|
|
The level of the experiment. |
|
|
The stage of the experiment. |
|
|
The label for the stage of the experiment. |
|
|
The schedule key for the experiment. |
|
|
List of Mammalian Phenotype (MP) Ontology IDs. |
|
|
List of Mammalian Phenotype (MP) Ontology IDs. |
|
|
List of Mammalian Phenotype (MP) Ontology terms. |
|
|
List of synonyms for Mammalian Phenotype (MP) Ontology terms. |
|
|
List of top-level MP Ontology IDs. |
|
|
List of top-level MP Ontology terms. |
|
|
List of synonyms for top-level MP Ontology terms. |
|
|
List of intermediate MP Ontology IDs. |
|
|
List of intermediate MP Ontology terms. |
|
|
List of synonyms for intermediate MP Ontology terms. |
|
|
List of IDs for abnormal MP Ontology terms. |
|
|
List of IDs for increased MP Ontology terms. |
|
|
List of IDs for decreased MP Ontology terms. |
|
|
List of abnormal MP Ontology terms. |
|
|
List of increased MP Ontology terms. |
|
|
List of decreased MP Ontology terms. |
|
|
List of Human Phenotype Ontology (HPO) IDs. |
|
|
List of Human Phenotype Ontology (HPO) terms. |
|
|
The inferred Mouse Anatomy (MA) ID. |
|
|
The inferred selected top-level Mouse Anatomy (MA) ID. |
|
|
The inferred selected top-level Mouse Anatomy (MA) term. |
|
|
The Mouse Anatomy (MA) ID. |
|
|
The Mouse Anatomy (MA) term. |
|
|
List of synonyms for the Mouse Anatomy (MA) term. |
|
|
The EMAP ID for the embryonic mouse anatomy. |
|
|
The EMAP term for the embryonic mouse anatomy. |
|
|
The anatomy ID. |
|
|
The anatomy term. |
|
|
List of synonyms for the anatomy term. |
|
|
The embryo anatomy ID. |
|
|
The embryo anatomy term. |
|
|
List of top-level embryo anatomy IDs. |
|
|
List of top-level embryo anatomy terms. |
|
|
The mouse anatomy ID. |
|
|
The mouse anatomy term. |
|
|
List of top-level mouse anatomy IDs. |
|
|
List of top-level mouse anatomy terms. |
|
|
List indicating the start of phenotype analysis. |
|
|
List indicating the completion of phenotype analysis. |
|
|
List describing the status of phenotype analysis. |
2.2. Example Json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 2860
{
"fully_qualified_name" : "Pipeline",
"data_type" : "String",
"version" : 1,
"parameter_id" : 101,
"parameter_stable_id" : "PARAM_001",
"parameter_name" : "Parameter Name Example",
"parameter_stable_key" : 102,
"procedure_id" : 201,
"procedure_stable_id" : "PROC_001",
"procedure_name" : "Procedure Name Example",
"procedure_stable_key" : 202,
"pipeline_id" : 301,
"pipeline_stable_id" : "PIPE_001",
"pipeline_name" : "Pipeline Name Example",
"pipeline_stable_key" : 302,
"required" : true,
"observation_type" : "Observation Type Example",
"mp_terms" : [ "MP:0000001", "MP:0000002" ],
"description" : "Description Example",
"unit_x" : "cm",
"unit_y" : "kg",
"metadata" : true,
"increment" : true,
"categories" : [ "Category 1", "Category 2" ],
"has_options" : false,
"derived" : false,
"media" : true,
"annotate" : false,
"comparable_parameter_group" : "Group Example",
"experiment_level" : "Level Example",
"stage" : "Stage Example",
"stage_label" : "Stage Label Example",
"schedule_key" : 401,
"mp_id" : [ "MP:0000003", "MP:0000004" ],
"mp_term" : [ "term1", "term2" ],
"mp_term_synonym" : [ "synonym1", "synonym2" ],
"top_level_mp_id" : [ "MP:0000005" ],
"top_level_mp_term" : [ "top level term" ],
"top_level_mp_term_synonym" : [ "top level synonym" ],
"intermediate_mp_id" : [ "MP:0000006" ],
"intermediate_mp_term" : [ "intermediate term" ],
"intermediate_mp_term_synonym" : [ "intermediate synonym" ],
"abnormal_mp_id" : [ "MP:0000007" ],
"increased_mp_id" : [ "MP:0000008" ],
"decreased_mp_id" : [ "MP:0000009" ],
"abnormal_mp_term" : [ "abnormal term" ],
"increased_mp_term" : [ "increased term" ],
"decreased_mp_term" : [ "decreased term" ],
"hp_id" : [ "HP:0000001", "HP:0000002" ],
"hp_term" : [ "HP term 1", "HP term 2" ],
"inferred_ma_id" : "MA:0000001",
"inferred_selected_top_level_ma_id" : "MA:0000002",
"inferred_selected_top_level_ma_term" : "top level MA term",
"ma_id" : "MA:0000003",
"ma_term" : "MA term",
"ma_term_synonym" : [ "MA synonym 1", "MA synonym 2" ],
"emap_id" : "EMAP:0000001",
"emap_term" : "EMAP term",
"anatomy_id" : "A:0000001",
"anatomy_term" : "anatomy term",
"anatomy_term_synonym" : [ "anatomy synonym" ],
"embryo_anatomy_id" : "E:0000001",
"embryo_anatomy_term" : "embryo anatomy term",
"top_level_embryo_anatomy_id" : [ "E:0000002" ],
"top_level_embryo_anatomy_term" : [ "top level embryo anatomy term" ],
"mouse_anatomy_id" : "M:0000001",
"mouse_anatomy_term" : "mouse anatomy term",
"top_level_mouse_anatomy_id" : [ "M:0000002" ],
"top_level_mouse_anatomy_term" : [ "top level mouse anatomy term" ],
"imits_phenotype_started" : [ "started1", "started2" ],
"imits_phenotype_complete" : [ "complete1", "complete2" ],
"imits_phenotype_status" : [ "status1", "status2" ]
}
3. Latest updates
-
2024-04-15: Documentation Added