BiosimulantBiosimulant
Search labs...
Sign inGet Started

Chen2006 Endothelial No Release Lab

About lab

Two-model lab for Chen2006 Endothelial No Release: a core SBML simulator wired into a dedicated visualization sub-model that turns the raw state into friendly timeseries and a plain-language summary. Chen2006 - Nitric Oxide Release fromEndothelial Cells This model is described in the article: Theoretical analysis of biochemical pathways of nitric oxide release from vascular endothelial cells. It can be used to explore cardiac dynamics and compare response patterns across conditions.

Runtime

Duration1
Comms Step0.01

Runs

Total8
Completed3
Failed5

Metadata

Packagechen2006-endothelial-no-release
Created2026-05-05
Updated2026-06-13
cardiovascularscenariostimulussbmlbiomodels_ebifaithfulvisualizationother

Manifest

{
  "io": {
    "inputs": [
      {
        "name": "integration_step",
        "maps_to": "chen2006_endothelial_no_release_core.integration_step"
      },
      {
        "name": "parameter_overrides",
        "maps_to": "chen2006_endothelial_no_release_core.parameter_overrides"
      },
      {
        "name": "initial_conditions",
        "maps_to": "chen2006_endothelial_no_release_core.initial_conditions"
      }
    ],
    "outputs": [
      {
        "name": "scenario_metadata",
        "maps_to": "chen2006_endothelial_no_release_scenario.scenario_metadata"
      },
      {
        "name": "state",
        "maps_to": "chen2006_endothelial_no_release_core.state"
      },
      {
        "name": "run_summary",
        "maps_to": "chen2006_endothelial_no_release_viz.run_summary"
      }
    ]
  },
  "title": "Chen2006 Endothelial No Release Lab",
  "models": [
    {
      "path": "models/scenario",
      "alias": "chen2006_endothelial_no_release_scenario",
      "parameters": {
        "schedule": {
          "oxygen": {
            "unit": "dimensionless",
            "label": "oxygen",
            "active": true,
            "baseline": 150,
            "recovery": 150,
            "challenge": 75,
            "description": "Scenario-controlled oxygen value."
          },
          "l_arginine": {
            "unit": "dimensionless",
            "label": "l arginine",
            "active": false,
            "baseline": 100,
            "recovery": 100,
            "challenge": 100,
            "description": "Scenario-controlled l arginine value."
          },
          "arg_binding_rate": {
            "unit": "dimensionless",
            "label": "arg binding rate",
            "active": false,
            "baseline": 0.1,
            "recovery": 0.1,
            "challenge": 0.1,
            "description": "Scenario-controlled arg binding rate value."
          },
          "oxygen_binding_rate": {
            "unit": "dimensionless",
            "label": "oxygen binding rate",
            "active": false,
            "baseline": 1.89,
            "recovery": 1.89,
            "challenge": 1.89,
            "description": "Scenario-controlled oxygen binding rate value."
          },
          "nitric_oxide_synthase_pool": {
            "unit": "dimensionless",
            "label": "nitric oxide synthase pool",
            "active": false,
            "baseline": 0.015,
            "recovery": 0.015,
            "challenge": 0.015,
            "description": "Scenario-controlled nitric oxide synthase pool value."
          }
        },
        "scenario_name": "Oxygen availability challenge",
        "baseline_until": 0.25,
        "challenge_until": 0.75,
        "scenario_description": "Baseline is followed by a oxygen challenge and recovery period."
      }
    },
    {
      "path": "models/core",
      "alias": "chen2006_endothelial_no_release_core",
      "parameters": {
        "model_path": "data/BIOMD0000000676.xml",
        "integration_step": 0.01
      }
    },
    {
      "path": "models/viz",
      "alias": "chen2006_endothelial_no_release_viz",
      "parameters": {
        "lab_title": "Chen2006 Endothelial No Release",
        "lab_question": "Does the endothelial pathway produce nitric oxide?",
        "integration_step": 0.01
      }
    }
  ],
  "wiring": [
    {
      "to": [
        "chen2006_endothelial_no_release_core.l_arginine"
      ],
      "from": "chen2006_endothelial_no_release_scenario.l_arginine"
    },
    {
      "to": [
        "chen2006_endothelial_no_release_core.oxygen"
      ],
      "from": "chen2006_endothelial_no_release_scenario.oxygen"
    },
    {
      "to": [
        "chen2006_endothelial_no_release_core.nitric_oxide_synthase_pool"
      ],
      "from": "chen2006_endothelial_no_release_scenario.nitric_oxide_synthase_pool"
    },
    {
      "to": [
        "chen2006_endothelial_no_release_core.arg_binding_rate"
      ],
      "from": "chen2006_endothelial_no_release_scenario.arg_binding_rate"
    },
    {
      "to": [
        "chen2006_endothelial_no_release_core.oxygen_binding_rate"
      ],
      "from": "chen2006_endothelial_no_release_scenario.oxygen_binding_rate"
    },
    {
      "to": [
        "chen2006_endothelial_no_release_viz.scenario_metadata"
      ],
      "from": "chen2006_endothelial_no_release_scenario.scenario_metadata"
    },
    {
      "to": [
        "chen2006_endothelial_no_release_viz.state"
      ],
      "from": "chen2006_endothelial_no_release_core.state"
    },
    {
      "to": [
        "chen2006_endothelial_no_release_viz.species_labels"
      ],
      "from": "chen2006_endothelial_no_release_core.species_labels"
    }
  ],
  "package": "chen2006-endothelial-no-release",
  "runtime": {
    "duration": 1,
    "initial_inputs": {
      "chen2006_endothelial_no_release_core": {
        "integration_step": 0.01,
        "initial_conditions": {
          "payload": {}
        },
        "parameter_overrides": {
          "payload": {}
        }
      }
    },
    "communication_step": 0.01
  },
  "version": "1.0.0",
  "description": "Two-model lab for Chen2006 Endothelial No Release: a core SBML simulator wired into a dedicated visualization sub-model that turns the raw state into friendly timeseries and a plain-language summary. Chen2006 - Nitric Oxide Release fromEndothelial Cells This model is described in the article: Theoretical analysis of biochemical pathways of nitric oxide release from vascular endothelial cells. It can be used to explore cardiac dynamics and compare response patterns across conditions.",
  "schema_version": "2.0"
}

Sign in to start your own run. Public-lab history stays visible here.

Python error: Input 'chen2006_endothelial_no_release_core.integration_step' is not declared by the target module
Logs

No logs yet.