| InterventionResult {SMRUCC.genomics.Analysis.BNLearn.Intervention} | .NET clr documentation |
干预分析结果
# namespace SMRUCC.genomics.Analysis.BNLearn.Intervention
export class InterventionResult {
# 动态级联结果(多时间步)
DynamicTrajectory: Double[][,];
# 表达变化量(Mutant - Wildtype)
FoldChanges: double;
# 基因名称列表
GeneNames: string;
# 变化是否显著
IsSignificant: boolean;
# 干扰后表达值
MutantMeans: double;
# 受影响的基因数量(显著变化的)
NAffected: integer;
# 表达变化百分比
PercentChanges: double;
# 干预定义
Spec: InterventionSpec;
Undefined: boolean;
# 野生型(对照)表达值
WildtypeMeans: double;
# 野生型标准差(每个基因)
WildtypeSDs: double;
# Z-Score(标准化效应量)
ZScores: double;
}
DynamicTrajectory: Double[]Spec: InterventionSpec