SIF {SMRUCC.genomics.Visualize.Cytoscape.Tables} | .NET clr documentation |
the cytoscape simple interaction format table
# namespace SMRUCC.genomics.Visualize.Cytoscape.Tables
export class SIF {
# the iteraction type
interaction: string;
# the source node id
source: string;
# the target node id
target: string;
}