public class NetworkConverter extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
convertGMTFileToPlainTextBinaryNetwork(String infile,
String outfile,
boolean hasIds,
boolean isActuallyGMT) |
static void |
convertPlainTextDoubleMatrixToPlainTextEdgeList(String matrixfile,
String outfile,
String infileDelimiter,
String outfileDelimiter) |
static void |
writeGMTFileBasedOnGeneSetFileAndMappingFileRemovingDuplicateGeneSets(String genesetfile,
String mappingfile,
String mappingdelimiter,
String gmtfile) |
public static void convertPlainTextDoubleMatrixToPlainTextEdgeList(String matrixfile, String outfile, String infileDelimiter, String outfileDelimiter) throws IOException
IOExceptionpublic static void writeGMTFileBasedOnGeneSetFileAndMappingFileRemovingDuplicateGeneSets(String genesetfile, String mappingfile, String mappingdelimiter, String gmtfile) throws IOException
IOExceptionpublic static void convertGMTFileToPlainTextBinaryNetwork(String infile, String outfile, boolean hasIds, boolean isActuallyGMT) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.