Uses of Class
sbrt.kernel.fba.MixedFluxomeV1

Packages that use MixedFluxomeV1
sbrt.kernel.fba Provides classes and interfaces for creating objects relevant to Flux Balance Analysis. 
 

Uses of MixedFluxomeV1 in sbrt.kernel.fba
 

Methods in sbrt.kernel.fba that return MixedFluxomeV1
static MixedFluxomeV1 MixedFluxomeV1.make(java.util.Collection<java.lang.String> reactionNames, MixedFluxome fluxome)
          Returns a mixed fluxome composed of the reactions in the provided fluxome with the names in the provided collection.
 MixedFluxomeV1 MixedFluxomeV1.replaceConstraints(FluxConstraints fluxConstraints, double constraintTolerance)
          Returns a copy of this fluxome, but with all constraints replaced by those provided.