Header Leaderboard Ad

Collapse

Defining initial concentrations and rate equations in PySCeS ?

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Defining initial concentrations and rate equations in PySCeS ?

    I'm trying to create a model file for PySCeS (Python module) and I have all of the reactions mapped out (internal and external). I'm at the point of assigning values to the initial concentrations of metabolites and defining the rate equations. I'm new at metabolics and I'm not sure how to figure out these values. I've looked through Dr. Olivier's Input File Resource (http://pysces.sourceforge.net/pdf/PySCeS-InputFile.pdf) as well as his thesis (http://pysces.sourceforge.net/pdf/bg...phd_thesis.pdf).



    I can see a pattern in the sample input file with the kinetic equations but the reactions are very simple.

    i) What resource can help me in defining the kinetic equations for more complicated reactions like R5 below?

    The initial concentrations are "guesses" that get adjusted (at least that's what I got from the documentation).

    ii) How can I "guess" which values to use as my initial concentrations for accurate modeling?



    An example of a complete reaction step including the name, stoichiometry and rate equation:

    Code:
    R5:
    Fru + ATP = Hex_P + ADP
    
    Fru/Ki5_Fru)*(Fru/Km5_Fru)*(ATP/Km5_ATP)/(1 +
    Vmax5/(1 + Fru/Ki5_Fru)*(Fru/Km5_Fru)*(ATP/Km5_ATP)/(1 +
    Fru/Km5_Fru + ATP/Km5_ATP + Fru*ATP/(Km5_Fru*Km5_ATP) + ADP/Ki5_ADP) 
    Here is an example of the PySCeS input file:
    Code:
    # PySCeS input file
    # Simple linear pathway (2004)
    
    FIX: x0 x3
    
    R1:
    x0 = s0
    
    k1*x0 - k2*s0
    
    R2:
    s0 = s1
    
    k3*s0 - k4*s1
    
    R3:
    s1 = s2
    
    k5*s1 - k6*s2
    
    R4:
    s2 = x3
    
    k7*s2 - k8*x3
    
    # InitExt
    x0 = 10.0
    x3 = 1.0
    
    # InitPar
    k1 = 10.0
    k2 = 1.0
    k3 = 5.0
    k4 = 1.0
    k5 = 3.0
    k6 = 1.0
    k7 = 2.0
    k8 = 1.0
    # InitVar
    s0 = 1.0
    s1 = 1.0
    s2 = 1.0

Latest Articles

Collapse

  • seqadmin
    Targeted Sequencing: Choosing Between Hybridization Capture and Amplicon Sequencing
    by seqadmin




    Targeted sequencing is an effective way to sequence and analyze specific genomic regions of interest. This method enables researchers to focus their efforts on their desired targets, as opposed to other methods like whole genome sequencing that involve the sequencing of total DNA. Utilizing targeted sequencing is an attractive option for many researchers because it is often faster, more cost-effective, and only generates applicable data. While there are many approaches...
    03-10-2023, 05:31 AM
  • seqadmin
    Expert Advice on Automating Your Library Preparations
    by seqadmin



    Using automation to prepare sequencing libraries isn’t a new concept, and most researchers are aware that there are numerous benefits to automating this process. However, many labs are still hesitant to switch to automation and often believe that it’s not suitable for their lab. To combat these concerns, we’ll cover some of the key advantages, review the most important considerations, and get real-world advice from automation experts to remove any lingering anxieties....
    02-21-2023, 02:14 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 03-17-2023, 12:32 PM
0 responses
8 views
0 likes
Last Post seqadmin  
Started by seqadmin, 03-15-2023, 12:42 PM
0 responses
17 views
0 likes
Last Post seqadmin  
Started by seqadmin, 03-09-2023, 10:17 AM
0 responses
66 views
1 like
Last Post seqadmin  
Started by seqadmin, 03-03-2023, 12:03 PM
0 responses
64 views
0 likes
Last Post seqadmin  
Working...
X