| InterventionSpec {SMRUCC.genomics.Analysis.BNLearn.Intervention} | .NET clr documentation |
单次干预定义
# namespace SMRUCC.genomics.Analysis.BNLearn.Intervention
export class InterventionSpec {
# 目标基因索引
GeneIndex: integer;
# 目标基因名称
GeneName: string;
# 干预模式
Mode: InterventionMode;
# 干预值(Custom 模式下使用)
Value: double;
}
Mode: InterventionMode