Package reaction

Examples of reaction.Reaction.addProduct()


    ret.addReactant(cell, POLt, 1, 1);
   
    // ---> POL + TEMPLATE + Nt
    ret.addProduct(cell, RIB, 1, tPOLp);
    ret.addProduct(cell, POLt, 1, ribDelay);
    ret.addProduct(cell, POL, 1, tPOLp);
   
    // K
    ret.setk(kTranslation);
   
    return ret;
View Full Code Here


    ret.addReactant(cell, POL, 1, 1);
    ret.addReactant(cell, TEMPLATE, 1, 1);
    ret.addReactant(cell, N, 1258, 1);
   
    // ---> POL + TEMPLATE + NmRNA
    ret.addProduct(cell, POL, 1, tPOLt);
    ret.addProduct(cell, TEMPLATE, 1, polDelay);
    ret.addProduct(cell, rTEMPLATE, 1, tPOLt);
   
    // K
    ret.setk(kReplication);
View Full Code Here

    ret.addReactant(cell, TEMPLATE, 1, 1);
    ret.addReactant(cell, N, 1258, 1);
   
    // ---> POL + TEMPLATE + NmRNA
    ret.addProduct(cell, POL, 1, tPOLt);
    ret.addProduct(cell, TEMPLATE, 1, polDelay);
    ret.addProduct(cell, rTEMPLATE, 1, tPOLt);
   
    // K
    ret.setk(kReplication);
   
View Full Code Here

    ret.addReactant(cell, N, 1258, 1);
   
    // ---> POL + TEMPLATE + NmRNA
    ret.addProduct(cell, POL, 1, tPOLt);
    ret.addProduct(cell, TEMPLATE, 1, polDelay);
    ret.addProduct(cell, rTEMPLATE, 1, tPOLt);
   
    // K
    ret.setk(kReplication);
   
    return ret;
View Full Code Here

    ret.addReactant(cell, POL, 1, 1);
    ret.addReactant(cell, rTEMPLATE, 1, 1);
    ret.addReactant(cell, N, 1258, 1);
   
    // ---> POL + TEMPLATE + NmRNA
    ret.addProduct(cell, POL, 1, tPOLt);
    ret.addProduct(cell, rTEMPLATE, 1, polDelay);
    ret.addProduct(cell, TEMPLATE, 1, tPOLt);
   
    // K
    ret.setk(kReplication);
View Full Code Here

    ret.addReactant(cell, rTEMPLATE, 1, 1);
    ret.addReactant(cell, N, 1258, 1);
   
    // ---> POL + TEMPLATE + NmRNA
    ret.addProduct(cell, POL, 1, tPOLt);
    ret.addProduct(cell, rTEMPLATE, 1, polDelay);
    ret.addProduct(cell, TEMPLATE, 1, tPOLt);
   
    // K
    ret.setk(kReplication);
   
View Full Code Here

    ret.addReactant(cell, N, 1258, 1);
   
    // ---> POL + TEMPLATE + NmRNA
    ret.addProduct(cell, POL, 1, tPOLt);
    ret.addProduct(cell, rTEMPLATE, 1, polDelay);
    ret.addProduct(cell, TEMPLATE, 1, tPOLt);
   
    // K
    ret.setk(kReplication);
   
    return ret;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.