Skip to content

Are the substrates and enzymes swapped in the Michaelis–Menten kinetics rate laws for RNA and protein degradation?  #5

@artgoldberg

Description

@artgoldberg

the RNA degradation rate law is generated by
rl.equation = wc_lang.RateLawEquation(
expression='{0}[c] * (((k_cat * {1}) / (k_m + {1})) + {2})'.format(rna.id, deg_rnase.id(), '0.1'))

the result has the form "rna_tu_1_x[c] * (((k_cat * prot_gene_1_98[c]) / (k_m + prot_gene_1_98[c])) + 0.1)", for various values of '_x'. i suspect that the RNA should be treated as the substrate, and the RNAse (=prot_gene_1_98[c]) as the enzyme, which would be achieved by swapping them, but I'm not an expert in this area. the protein degradation is similar.

Arthur

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions