Package org.biopax.paxtools.io.simpleIO

Examples of org.biopax.paxtools.io.simpleIO.SimpleExporter


      boolean mf = (gamma > 0 && ft) || (gamma < 0 && !ft);
      createModulation(t.M, t.F, t.T, ft, mf, model, map);
    }

    SimpleExporter se = new SimpleExporter(BioPAXLevel.L3);
    se.convertToOWL(model, new FileOutputStream(filename));
  }
View Full Code Here

TOP

Related Classes of org.biopax.paxtools.io.simpleIO.SimpleExporter

Copyright © 2018 www.massapicom. 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.