five

Becker2010_EpoR_AuxiliaryModel

收藏
NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://www.omicsdi.org/dataset/biomodels/BIOMD0000000272
下载链接
链接失效反馈
官方服务:
资源简介:
This is the auxiliary model described in the article: Covering a Broad Dynamic Range: Information Processing at the Erythropoietin Receptor Verena Becker, Marcel Schilling, Julie Bachmann, Ute Baumann, Andreas Raue, Thomas Maiwald, Jens Timmer and Ursula Klingmüller; Science Published Online May 20, 2010; DOI: 10.1126/science.1184913 PMID: 20488988 Abstract: Cell surface receptors convert extracellular cues into receptor activation, thereby triggering intracellular signaling networks and controlling cellular decisions. A major unresolved issue is the identification of receptor properties that critically determine processing of ligand-encoded information. We show by mathematical modeling of quantitative data and experimental validation that rapid ligand depletion and replenishment of cell surface receptor are characteristic features of the erythropoietin (Epo) receptor (EpoR). The amount of Epo-EpoR complexes and EpoR activation integrated over time corresponds linearly to ligand input, covering a broad range of ligand concentrations. This relation solely depends on EpoR turnover independent of ligand binding, suggesting an essential role of large intracellular receptor pools. These receptor properties enable the system to cope with basal and acute demand in the hematopoietic system. SBML model exported from PottersWheel. % PottersWheel model definition file function m = BeckerSchilling2010_EpoR_AuxiliaryMode() m = pwGetEmptyModel(); %% Meta information m.ID = 'BeckerSchilling2010_EpoR_AuxiliaryMode'; m.name = 'BeckerSchilling2010_EpoR_AuxiliaryModel'; m.description = 'BeckerSchilling2010_EpoR_AuxiliaryModel'; m.authors = {'Verena Becker',' Marcel Schilling'}; m.dates = {'2010'}; m.type = 'PW-2-0-42'; %% X: Dynamic variables % m = pwAddX(m, ID, startValue, type, minValue, maxValue, unit, compartment, name, description, typeOfStartValue) m = pwAddX(m, 'EpoR' , 76, 'fix' , 0, 10000, [], 'cell', [] , [] , [] , [] , 'protein.generic'); m = pwAddX(m, 'SAv' , 999.293, 'global', 900, 1100, [], 'cell', [] , [] , [] , [] , 'protein.generic'); m = pwAddX(m, 'SAv_EpoR' , 0, 'fix' , 0, 10000, [], 'cell', [] , [] , [] , [] , 'protein.generic'); m = pwAddX(m, 'SAv_EpoRi', 0, 'fix' , 0, 10000, [], 'cell', [] , [] , [] , [] , 'protein.generic'); m = pwAddX(m, 'dSAvi' , 0, 'fix' , 0, 10000, [], 'cell', [] , [] , [] , [] , 'protein.generic'); m = pwAddX(m, 'dSAve' , 0, 'fix' , 0, 10000, [], 'cell', [] , [] , [] , [] , 'protein.generic'); %% R: Reactions % m = pwAddR(m, reactants, products, modifiers, type, options, rateSignature, parameters, description, ID, name, fast, compartments, parameterTrunks, designerPropsR, stoichiometry, reversible) m = pwAddR(m, { }, {'EpoR' }, { }, 'C' , [] , 'k1*k2', {'kt','Bmax_SAv'}, [], 'reaction0001'); m = pwAddR(m, {'EpoR' }, { }, { }, 'MA', [] , [] , {'kt' }, [], 'reaction0002'); m = pwAddR(m, {'SAv','EpoR'}, {'SAv_EpoR' }, { }, 'MA', [] , [] , {'kon_SAv' }, [], 'reaction0003'); m = pwAddR(m, {'SAv_EpoR' }, {'SAv','EpoR'}, { }, 'MA', [] , [] , {'koff_SAv' }, [], 'reaction0004'); m = pwAddR(m, {'SAv_EpoR' }, {'SAv_EpoRi' }, { }, 'MA', [] , [] , {'kt' }, [], 'reaction0005'); m = pwAddR(m, {'SAv_EpoRi' }, {'SAv' }, { }, 'MA', [] , [] , {'kex_SAv' }, [], 'reaction0006'); m = pwAddR(m, {'SAv_EpoRi' }, {'dSAvi' }, { }, 'MA', [] , [] , {'kdi' }, [], 'reaction0007'); m = pwAddR(m, {'SAv_EpoRi' }, {'dSAve' }, { }, 'MA', [] , [] , {'kde' }, [], 'reaction0008'); %% C: Compartments % m = pwAddC(m, ID, size, outside, spatialDimensions, name, unit, constant) m = pwAddC(m, 'cell', 1); %% K: Dynamical parameters % m = pwAddK(m, ID, value, type, minValue, maxValue, unit, name, description) m = pwAddK(m, 'kt' , 0.0329366 , 'global', 1e-007, 1000); m = pwAddK(m, 'Bmax_SAv', 76 , 'fix' , 61 , 91 ); m = pwAddK(m, 'kon_SAv' , 2.29402e-006, 'global', 1e-007, 1000); m = pwAddK(m, 'koff_SAv', 0.00679946 , 'global', 1e-007, 1000); m = pwAddK(m, 'kex_SAv' , 0.01101 , 'global', 1e-007, 1000); m = pwAddK(m, 'kdi' , 0.00317871 , 'global', 1e-007, 1000); m = pwAddK(m, 'kde' , 0.0164042 , 'global', 1e-007, 1000); %% Default sampling time points m.t = 0:3:99; %% Y: Observables % m = pwAddY(m, rhs, ID, scalingParameter, errorModel, noiseType, unit, name, description, alternativeIDs, designerProps) m = pwAddY(m, 'SAv + dSAve' , 'SAv_extracellular_obs'); m = pwAddY(m, 'SAv_EpoR' , 'SAv_cellsurface_obs' ); m = pwAddY(m, 'SAv_EpoRi + dSAvi', 'SAv_intracellular_obs'); %% S: Scaling parameters % m = pwAddS(m, ID, value, type, minValue, maxValue, unit, name, description) m = pwAddS(m, 'scale_SAv_extracellular_obs', 1, 'fix', 0, 100); m = pwAddS(m, 'scale_SAv_cellsurface_obs' , 1, 'fix', 0, 100); m = pwAddS(m, 'scale_SAv_intracellular_obs', 1, 'fix', 0, 100); %% Designer properties (do not modify) m.designerPropsM = [1 1 1 0 0 0 400 250 600 400 1 1 1 0 0 0 0]; This model originates from BioModels Database: A Database of Annotated Published Models. It is copyright (c) 2005-2010 The BioModels.net Team. For more information see the terms of use . To cite BioModels Database, please use: Li C, Donizelli M, Rodriguez N, Dharuri H, Endler L, Chelliah V, Li L, He E, Henry A, Stefan MI, Snoep JL, Hucka M, Le Novère N, Laibe C (2010) BioModels Database: An enhanced, curated and annotated resource for published quantitative kinetic models. BMC Syst Biol., 4:92.
创建时间:
2024-09-02
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作