PFSNetGraphNode {SMRUCC.genomics.Analysis.PFSNet.DataStructure} | .NET clr documentation |
The gene node in the PfsNET evaluated sub network.(PfsNET所计算出来的子网络结果之中的一个基因节点)
# namespace SMRUCC.genomics.Analysis.PFSNet.DataStructure
export class PFSNetGraphNode {
# The gene name.(基因名称)
name: string;
# Fuzzy weight of this gene node in current sub network.(这个基因节点在当前的这个子网络之中的模糊权重)
weight: double;
# Fuzzy weight2 of this gene node in the current sub network.(这个基因节点在当前的这个子网络之中的模糊权重2)
weight2: double;
}