SecondaryIDSolver {SMRUCC.genomics.ComponentModel.DBLinkBuilder} | .NET clr documentation |
This module ensure that all of the id is main id, not secondary id. (例如chebi和hmdb数据库,都存在有次级编号和主编号, 虽然这些编号不一样,但是他们都是同一个对象,则这个模块就是专门解决这种映射问题的)
# namespace SMRUCC.genomics.ComponentModel.DBLinkBuilder
export class SecondaryIDSolver {
# 获取得到当前的数据库之中的所有的编号列表, 包括主编号以及次级编号
ALL: string;
Count: integer;
}