PFSNetResultOut {SMRUCC.genomics.Analysis.PFSNet.DataStructure} | .NET clr documentation |
The xml format pfsnet calculation result data.(PfsNET结果Xml文件)
# 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;
}
phenotype1
: PFSNetGraphphenotype2
: PFSNetGraph