Package org.biopax.paxtools.examples
Class ProteinNameLister
java.lang.Object
org.biopax.paxtools.examples.ProteinNameLister
This example class processes all the Level2 BioPAX OWL
files in the input directory to find all the protein names
Notes:
- recent fix: it doesn't traverse into the NEXT-STEP property,
as it may lead beyond the boundaries of the pathway of interest!
- one may prefer using the Paxtools' jenaIO instead of the simpleIO:
import org.biopax.paxtools.io.jena.JenaIOHandler;
JenaIOHandler handler = new JenaIOHandler(null, BioPAXLevel.L2);
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidHere is a more elegant way of doing the previous method!static void
-
Constructor Details
-
ProteinNameLister
public ProteinNameLister()
-
-
Method Details
-
main
-
listProteinUnificationXrefsPerPathway
-
listUnificationXrefsPerPathway
Here is a more elegant way of doing the previous method!- Parameters:
model- BioPAX object Model
-