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

PFSNetGraph

Description

A metabolism pathway network or its calculated sub network.(一个代谢途径或者子网络,或者说是所属出的计算结果之中的一个子网络对象)

Declare

            
# namespace SMRUCC.genomics.Analysis.PFSNet.DataStructure
export class PFSNetGraph {
   # Gene to gene interaction, ggi.(基因与基因之间的连接,即ggi,基因对基因的互作)
   edges: GraphEdge[];
   Id: string;
   # The gene counts in the current calculated PfsNET sub network.
   #  (当前的这个PfsNET子网络之中所计算出来的基因节点的数目)
   length: integer;
   masked: boolean;
   # The nodes in the PfsNET sub network.(网络之中的基因节点)
   nodes: PFSNetGraphNode[];
   pvalue: double;
   statistics: double;
}

        

.NET clr type reference tree

  1. use by property member edges: GraphEdge
  2. use by property member nodes: PFSNetGraphNode

[Package {$package} version {$version} Index]