procope.examples
package of the src/
folder.
|
ProteinNetwork bt = NetworkReader.readNetwork(new GZIPInputStream(new mips_complexes .txt");
|
PetriNetCreator
the file into which the network will be written as Petri nets can get too large to hold them in-memory.
|
PetriNetCreator petriNet = new PetriNetCreator("petrinet.txt");
|
|
PetriNetCreator petriNet = new PetriNetCreator("petrinet.txt");
|
|
XGMMLGenerator.convertToXGMML("petrinet.txt", "petrinet.xgmml");
|