GraphEdge {SMRUCC.genomics.Analysis.PFSNet.DataStructure} | .NET clr documentation |
Gene to Gene Interaction.(基因与基因之间的互作关系)
# namespace SMRUCC.genomics.Analysis.PFSNet.DataStructure
export class GraphEdge {
# The geneID of a gene node in current pathway
g1: string;
# Another partner gene node its id in current pathway
g2: string;
# Does GraphEdge.g1 is equals to GraphEdge.g2?
isSelfLoop: boolean;
pathwayID: string;
}