Package org.biopax.paxtools.examples
Class PathwayGenesExtractor
java.lang.Object
org.biopax.paxtools.examples.PathwayGenesExtractor
- All Implemented Interfaces:
Visitor
Prints all the genes (aka proteins) in the L2 pathway
and sub-pathways (*conditions apply), and also - trace
where they come from.
* Note: it doesn't traverse the 'NEXT-STEP' property!
(as doing so may take you beyond the pathway of interest)
- Author:
- rodch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidvisit(BioPAXElement domain1, Object range, Model model, PropertyEditor editor)
-
Constructor Details
-
PathwayGenesExtractor
-
-
Method Details
-
main
- Throws:
FileNotFoundException
-
visit
-