public class ExtendedSIFWriter extends Object
| Constructor and Description |
|---|
ExtendedSIFWriter() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
write(Set<SIFInteraction> inters,
OutputStream out)
Writes down the given inferred binary interactions into the output stream
using the Pathway Commons one-file EXTENDED_BINARY_SIF format,
where edges (interactions) are written first, followed by a single
blank line, followed by the nodes section (participant details and annotations).
|
static boolean |
writeInteractions(Set<SIFInteraction> inters,
OutputStream out)
Writes down the given interactions into the given "edges" output stream.
|
static boolean |
writeParticipants(Set<SIFInteraction> inters,
OutputStream out)
Writes down the interaction participants' (nodes) details
to the given output stream.
|
public static boolean write(Set<SIFInteraction> inters, OutputStream out)
inters - binary interactionsout - stream to writepublic static boolean writeInteractions(Set<SIFInteraction> inters, OutputStream out)
inters - binary interactionsout - stream to writepublic static boolean writeParticipants(Set<SIFInteraction> inters, OutputStream out)
inters - binary interactionsout - stream to writeCopyright © 2017 BioPAX. All rights reserved.