| GeneSignificanceResult {SMRUCC.genomics.Analysis.HTS.WGCNA} | .NET clr documentation |
基因显著性结果
# namespace SMRUCC.genomics.Analysis.HTS.WGCNA
export class GeneSignificanceResult {
# 相关系数的绝对值(基因显著性GS)
AbsoluteCorrelation: double;
# 相关系数
Correlation: double;
# 基因ID
GeneId: string;
# 表型名称
PhenotypeName: string;
# p值
PValue: double;
# 样本数量
SampleCount: integer;
}