2. genotype-phenotype
2.1. Fields
| Path | Type | Description |
|---|---|---|
|
|
The unique identifier for the document. |
|
|
The database ID associated with the ontology entry. |
|
|
The type of assertion made in the document. |
|
|
The unique identifier for the assertion type. |
|
|
The identifier for the pathology (MPATH) term. |
|
|
The name of the pathology (MPATH) term. |
|
|
List of anatomy term identifiers. |
|
|
List of anatomy term names. |
|
|
List of intermediate anatomy term identifiers. |
|
|
List of intermediate anatomy term names. |
|
|
List of top-level anatomy term identifiers. |
|
|
List of top-level anatomy term names. |
|
|
The identifier for the mouse phenotype (MP) term. |
|
|
The name of the mouse phenotype (MP) term. |
|
|
List of alternative mouse phenotype (MP) term identifiers. |
|
|
List of top-level mouse phenotype (MP) term identifiers. |
|
|
List of top-level mouse phenotype (MP) term names. |
|
|
List of intermediate mouse phenotype (MP) term identifiers. |
|
|
List of intermediate mouse phenotype (MP) term names. |
|
|
The symbol for the genetic marker. |
|
|
The accession ID for the genetic marker. |
|
|
The identifier for the colony. |
|
|
The name of the allele. |
|
|
The symbol of the allele. |
|
|
The accession ID of the allele. |
|
|
The name of the strain. |
|
|
The accession ID of the strain. |
|
|
The name of the phenotyping center. |
|
|
The external ID of the project. |
|
|
List of names for the project. |
|
|
The full name of the project. |
|
|
The name of the resource. |
|
|
The full name of the resource. |
|
|
The sex of the subject. |
|
|
The zygosity of the subject. |
|
|
The name of the pipeline. |
|
|
The stable ID of the pipeline. |
|
|
The stable key of the pipeline. |
|
|
The name of the procedure. |
|
|
List of stable IDs for the procedures. |
|
|
List of stable keys for the procedures. |
|
|
The name of the parameter. |
|
|
The stable ID of the parameter. |
|
|
List of stable keys for the parameter. |
|
|
The statistical method used. |
|
|
The percentage change observed. |
|
|
The p-value resulting from statistical tests. |
|
|
The effect size measured. |
|
|
The external identifier for the document. |
|
|
The accession code for the life stage. |
|
|
The name of the life stage. |
2.2. Example Json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 2458
{
"doc_id" : "DOC001",
"ontology_db_id" : 123456,
"assertion_type" : "Assertion Type Example",
"assertion_type_id" : "ATID001",
"mpath_term_id" : "MPATH:0000001",
"mpath_term_name" : "Mpath Term Name Example",
"anatomy_term_id" : [ "ATID001", "ATID002" ],
"anatomy_term_name" : [ "Anatomy Term 1", "Anatomy Term 2" ],
"intermediate_anatomy_term_id" : [ "IATID001", "IATID002" ],
"intermediate_anatomy_term_name" : [ "Intermediate Anatomy Term 1", "Intermediate Anatomy Term 2" ],
"top_level_anatomy_term_id" : [ "TLATID001", "TLATID002" ],
"top_level_anatomy_term_name" : [ "Top Level Anatomy Term 1", "Top Level Anatomy Term 2" ],
"mp_term_id" : "MP:0000001",
"mp_term_name" : "MP Term Name Example",
"alt_mp_term_id" : [ "AMPID001", "AMPID002" ],
"top_level_mp_term_id" : [ "TLMPID001", "TLMPID002" ],
"top_level_mp_term_name" : [ "Top Level MP Term 1", "Top Level MP Term 2" ],
"intermediate_mp_term_id" : [ "IMPID001", "IMPID002" ],
"intermediate_mp_term_name" : [ "Intermediate MP Term 1", "Intermediate MP Term 2" ],
"marker_symbol" : "MkSym",
"marker_accession_id" : "MARK:000001",
"colony_id" : "Colony001",
"allele_name" : "Allele Name Example",
"allele_symbol" : "AlleleSym",
"allele_accession_id" : "Allele:000001",
"strain_name" : "Strain Name Example",
"strain_accession_id" : "Strain:000001",
"phenotyping_center" : "Phenotyping Center Example",
"project_external_id" : "ProjectExtID001",
"project_name" : [ "Project Name 1", "Project Name 2" ],
"project_fullname" : "Project Fullname Example",
"resource_name" : "Resource Name Example",
"resource_fullname" : "Resource Fullname Example",
"sex" : "Male",
"zygosity" : "Homozygote",
"pipeline_name" : "Pipeline Name Example",
"pipeline_stable_id" : "PipelineStableID001",
"pipeline_stable_key" : "PipelineStableKey001",
"procedure_name" : "Procedure Name Example",
"procedure_stable_id" : [ "ProcStableID001", "ProcStableID002" ],
"procedure_stable_key" : [ "ProcStableKey001", "ProcStableKey002" ],
"parameter_name" : "Parameter Name Example",
"parameter_stable_id" : "ParamStableID001",
"parameter_stable_key" : [ "ParamStableKey001", "ParamStableKey002" ],
"statistical_method" : "Statistical Method Example",
"percentage_change" : "10%",
"p_value" : 0.05,
"effect_size" : 1.2,
"external_id" : "ExternalID001",
"life_stage_acc" : "LS:000001",
"life_stage_name" : "Life Stage Name Example"
}
3. Latest updates
-
2024-04-15: Documentation Added