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

PFSNetResultOut

Description

The xml format pfsnet calculation result data.(PfsNET结果Xml文件)

Declare

            
# namespace SMRUCC.genomics.Analysis.PFSNet.DataStructure
export class PFSNetResultOut {
   class1: string;
   class2: string;
   # The mutation phenotype 1 evaluation data for the significant sub network.(Class1)
   phenotype1: PFSNetGraph[];
   # The another mutation phenotype evaluation data for the significant sub network.(Class2)
   phenotype2: PFSNetGraph[];
   # The data tag value for the current PfsNET evaluation.(本次计算结果的数据标签)
   tag: string;
}

        

.NET clr type reference tree

  1. use by property member phenotype1: PFSNetGraph
  2. use by property member phenotype2: PFSNetGraph

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