public final class PaxtoolsMain extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
blacklist(String[] argv) |
static void |
fetch(String[] argv) |
static void |
getNeighbors(String[] argv) |
static void |
integrate(String[] argv) |
static void |
merge(String[] argv) |
static void |
pattern(String[] argv) |
static void |
sifnxToSif(String inputFile,
String outputFile) |
static void |
summarize(Model model,
PrintStream out)
A summary of BioPAX class and property values in the model
(experimental, messy; for data troubleshooting).
|
static void |
summarize(String[] argv) |
static void |
toGSEA(String[] argv) |
static void |
toLevel3(String[] argv) |
static void |
toSbgn(String[] argv) |
static void |
toSifnx(String[] argv) |
static void |
validate(String[] argv) |
public static void toGSEA(String[] argv) throws IOException
IOExceptionpublic static void getNeighbors(String[] argv) throws IOException
IOExceptionpublic static void fetch(String[] argv) throws IOException
IOExceptionpublic static void toLevel3(String[] argv) throws IOException
IOExceptionpublic static void toSbgn(String[] argv) throws IOException
IOExceptionpublic static void validate(String[] argv) throws IOException
IOExceptionpublic static void toSifnx(String[] argv) throws IOException
IOExceptionpublic static void sifnxToSif(String inputFile, String outputFile) throws IOException
IOExceptionpublic static void integrate(String[] argv) throws IOException
IOExceptionpublic static void merge(String[] argv) throws IOException
IOExceptionpublic static void blacklist(String[] argv) throws IOException
IOExceptionpublic static void pattern(String[] argv)
public static void summarize(String[] argv) throws IOException
IOExceptionpublic static void summarize(Model model, PrintStream out) throws IOException
model - input Modelout - output fileIOException - when an I/O exception occursCopyright © 2018 BioPAX. All rights reserved.