Package org.biopax.paxtools
Class PaxtoolsMain
java.lang.Object
org.biopax.paxtools.PaxtoolsMain
Various console utility functions
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidgetNeighbors(String[] argv) static voidstatic voidstatic voidstatic voidsifnxToSif(String inputFile, String outputFile) static voidstatic voidsummarize(Model model, PrintStream out) A summary of BioPAX class and property values in the model (experimental, messy; for data troubleshooting).static voidstatic voidstatic voidstatic voidstatic void
-
Method Details
-
toGSEA
- Throws:
IOException
-
getNeighbors
- Throws:
IOException
-
fetch
- Throws:
IOException
-
toLevel3
- Throws:
IOException
-
toSbgn
- Throws:
IOException
-
validate
- Throws:
IOException
-
toSifnx
- Throws:
IOException
-
sifnxToSif
- Throws:
IOException
-
integrate
- Throws:
IOException
-
merge
- Throws:
IOException
-
blacklist
- Throws:
IOException
-
pattern
-
summarize
- Throws:
IOException
-
summarize
A summary of BioPAX class and property values in the model (experimental, messy; for data troubleshooting).- Parameters:
model- input Modelout- output file- Throws:
IOException- when an I/O exception occurs
-