GraphEdge {SMRUCC.genomics.Analysis.PFSNet.DataStructure} .NET clr documentation

GraphEdge

Description

Gene to Gene Interaction.(基因与基因之间的互作关系)

Declare

            
# 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;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]