| RelationshipScore {SMRUCC.genomics.InteractionModel} | .NET clr documentation |
带有分值的互做关系
# namespace SMRUCC.genomics.InteractionModel
export class RelationshipScore {
# 通常为Regulator
InteractorA: string;
# 通常为目标调控对象
InteractorB: string;
Score: double;
Type: string;
}