Package org.biopax.paxtools.io.simpleIO

Examples of org.biopax.paxtools.io.simpleIO.SimpleExporter.convertToOWL()


      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));
  }

  private static void createGene(Gene g, Model model, Map<String, BioPAXElement> map)
  {
    if (map.containsKey(g.geneid)) return;
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.