Files
CellSimulation/BaseCellSimulation/CellData/CellRessources.json
T
2025-11-16 19:52:52 +01:00

64 lines
966 B
JSON

{
"$schema": "cellRessources.schema.json",
"BasicCell": {
"energy": {
"ATP": 2.5,
"ADP": 0.8,
"AMP": 0.1,
"NAD+": 1.0,
"NADH": 0.3,
"GTP": 0.5,
"GDP": 0.2
},
"Pi": 5.0,
"PPi": 0.1,
"glucose": 5.0,
"G6P": 0.5,
"F6P": 0.3,
"F1,6BP": 0.2,
"GA3P": 0.2,
"1,3BPG": 0.1,
"3PG": 0.4,
"2PG": 0.3,
"PEP": 0.2,
"Pyruvate": 1.0,
"Lactate": 1.5,
"CO2": 10.0,
"AcCoA": 0.2,
"AminoAcids": 5.0,
"NucleicAcids": 1.0,
"Nucleotides": 2.0,
"NTP": 0.5,
"dNTP": 0.1,
"mRNA": 0.5,
"DNA_damage": 0.0,
"SAM": 0.05,
"MET": 0.5,
"SAH": 0.02,
"Homocysteine": 0.01,
"Adenosin": 0.1,
"tRNA": 1.0,
"Aminocylated_tRNA": 0.3,
"H+": 0.00004,
"Na+": 10.0,
"K+": 140.0,
"H2O2": 0.001,
"B12": 0.01,
"THF": 0.1,
"MethylTHF": 0.1,
"CytoSolCA": 0.0001,
"rERCa": 0.3,
"sERCa": 0.6
}
}