You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a working GoLLM task for AMR enrichment. We need to integrate it with the rest of the task runner architecture @kbirk. Example outputs below.
BIOMD0000000024
{
"initials": {
"protein": {
"description": "Relative concentration of the effective protein, which is in the molecular state capable of inhibiting mRNA production.",
"unit": "dimensionless"
},
"mRNA": {
"description": "Relative concentration of mRNA, which is involved in the production of the effective protein.",
"unit": "dimensionless"
}
},
"parameters": {
"k": {
"description": "Scaling constant used in the nonlinear term of the mRNA production rate equation.",
"unit": "dimensionless"
},
"n": {
"description": "Hill coefficient representing the cooperativity in the negative feedback loop of protein on mRNA production.",
"unit": "dimensionless"
},
"rM": {
"description": "Scaled mRNA production rate constant.",
"unit": "hr^-1"
},
"m": {
"description": "Exponent representing the nonlinearity in the protein production cascade.",
"unit": "dimensionless"
},
"parameter_0000009": {
"description": "Not explicitly described in the provided text.",
"unit": "N/A"
},
"rP": {
"description": "Protein production rate constant.",
"unit": "hr^-1"
},
"qM": {
"description": "mRNA degradation rate constant.",
"unit": "hr^-1"
},
"qP": {
"description": "Protein degradation rate constant.",
"unit": "hr^-1"
},
"compartment_0000004": {
"description": "Not explicitly described in the provided text.",
"unit": "N/A"
}
}
}
BIOMD0000001048
{
"initials": {
"Ttum": {
"description": "Cell concentration of the original tumor",
"unit": "cells/ml"
},
"Tplas": {
"description": "Cancer cell concentration in the plasma",
"unit": "cells/ml"
},
"Tnew": {
"description": "Cell concentration of new and developing tumor",
"unit": "cells/ml"
}
},
"parameters": {
"b": {
"description": "Relative drug efficacy factor for specific growth rate",
"unit": "dimensionless"
},
"kf1": {
"description": "Rate constant for cell release from the original tumor to plasma",
"unit": "day^-1"
},
"kr1": {
"description": "Rate constant for cell attachment from plasma to the original tumor",
"unit": "day^-1"
},
"c": {
"description": "Rate constant for plasma clearance",
"unit": "day^-1"
},
"d": {
"description": "Relative drug efficacy factor for plasma clearance",
"unit": "dimensionless"
},
"kf2": {
"description": "Rate constant for cell release from plasma to new tumor",
"unit": "day^-1"
},
"kr2": {
"description": "Rate constant for cell attachment from new tumor to plasma",
"unit": "day^-1"
},
"T0": {
"description": "Equilibrium tumor cell concentration in the tumor",
"unit": "cells/ml"
},
"a": {
"description": "Relative drug efficacy factor for cell release rate",
"unit": "dimensionless"
},
"r": {
"description": "Specific growth rate of tumor cells",
"unit": "day^-1"
},
"n": {
"description": "Number of new tumors being developed simultaneously",
"unit": "dimensionless"
},
"Tumor": {
"description": "General term for tumor cell concentration",
"unit": "cells/ml"
}
}
}
{ "initials": {},
"parameters": {
"kb": {
"description": "Rate constant for the backward reaction in the model.",
"units": {
"expression": "1/s",
"expression_mathml": "<apply><divide/><cn>1</cn><ci>s</ci></apply>"
}
},
"kf": {
"description": "Rate constant for the forward reaction in the model.",
"units": {
"expression": "1/s",
"expression_mathml": "<apply><divide/><cn>1</cn><ci>s</ci></apply>"
}
},
"default_compartment": {
"description": "The default compartment where the reactions take place, typically representing the synaptic or cytosolic volume.",
"units": {
"expression": "fl",
"expression_mathml": "<ci>fl</ci>"
}
},
"geometry": {
"description": "The geometric configuration of the synaptic and cytosolic compartments, including their volumes.",
"units": {
"expression": "fl",
"expression_mathml": "<ci>fl</ci>"
}
},
"geometry_sbo_1_sbc_": {
"description": "Specific geometric parameter related to the synaptic and cytosolic compartments, possibly a scaling factor or specific volume.",
"units": {
"expression": "fl",
"expression_mathml": "<ci>fl</ci>"
}
},
"k1": {
"description": "Rate constant for a specific reaction involving AMPAR or CaMKII in the model.",
"units": {
"expression": "1/s",
"expression_mathml": "<apply><divide/><cn>1</cn><ci>s</ci></apply>"
}
},
"k2": {
"description": "Rate constant for another specific reaction involving AMPAR or CaMKII in the model.",
"units": {
"expression": "1/s",
"expression_mathml": "<apply><divide/><cn>1</cn><ci>s</ci></apply>"
}
},
"k3": {
"description": "Rate constant for yet another specific reaction involving AMPAR or CaMKII in the model.",
"units": {
"expression": "1/s",
"expression_mathml": "<apply><divide/><cn>1</cn><ci>s</ci></apply>"
}
}
}
}
The text was updated successfully, but these errors were encountered:
@pascaleproulx
I have a working GoLLM task for AMR enrichment. We need to integrate it with the rest of the task runner architecture @kbirk. Example outputs below.
BIOMD0000000024
BIOMD0000001048
Using MathML for units
MODEL8262229752
MODEL9086926384
The text was updated successfully, but these errors were encountered: