Package reaction

Examples of reaction.Reaction.addReactant()


  {
    Reaction ret = new Reaction();
   
    // POL + TEMPLATE
    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);
View Full Code Here


    Reaction ret = new Reaction();
   
    // POL + TEMPLATE
    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);
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.