public class ResultsPrinter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
END_OF_SETTINGS_SEPARATOR |
protected static String |
RUN_INDICATOR |
protected static String |
RUN_NAME_FIELD_PATTERN |
| Constructor and Description |
|---|
ResultsPrinter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
write(String destFile,
GeneSetPvalRun run,
boolean saveAllGeneNames) |
static void |
write(String path,
SettingsHolder masterSettings,
Collection<GeneSetPvalRun> runsToSave)
Used for saving "projects".
|
protected static final String RUN_NAME_FIELD_PATTERN
protected static final String RUN_INDICATOR
protected static final String END_OF_SETTINGS_SEPARATOR
public static void write(String destFile, GeneSetPvalRun run, boolean saveAllGeneNames) throws IOException
destFile - output file namerun - Analysis run to be savedgoName - GO informationsaveAllGeneNames - Whether the output should include all the genesIOExceptionpublic static void write(String path, SettingsHolder masterSettings, Collection<GeneSetPvalRun> runsToSave) throws IOException
path - Output path (always clobbered)masterSettings - runsToSave - IOExceptionCopyright © 2002-2013 UBC Centre for High-Throughput Biology. All Rights Reserved.