This module ensure that all of the id is main id, not secondary id.
(例如chebi和hmdb数据库,都存在有次级编号和主编号, 虽然这些编号不一样,但是他们都是同一个对象,则这个模块就是专门解决这种映射问题的)
This module ensure that all of the id is main id, not secondary id.
(例如chebi和hmdb数据库,都存在有次级编号和主编号, 虽然这些编号不一样,但是他们都是同一个对象,则这个模块就是专门解决这种映射问题的)
01 Syntax
02 Methods
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| ALL | 1 | 获取得到当前的数据库之中的所有的编号列表, 包括主编号以及次级编号 |
| SolveIDMapping | 1 | 将主编号或者次级编号转换为主编号 |
| Count | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| mainID | 1 | 在数据库之中的主编号列表 |
| secondaryIDs | 1 | [secondary => main]的映射转换表 |
| idMapping | 1 | key is the SecondaryIDSolver.mainID |
05 Members
String, IEnumerable(Of String))Add new 2nd to main mapping
为了方便直接进行查询, 在这里编号都被自动转换为小写形式了
| Name | Type | Description |
|---|---|---|
main$ | String | - |
secondary | IEnumerable(Of String) | - |
| Name | Description |
|---|---|
T |
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of ``0) | - |
mainID | GetKey(Of ``0) | - |
secondaryID | GetAllKeys(Of ``0) | - |
skip2ndMaps | Boolean | solve for kegg2go, which the mapping id list have duplicated items between the main id mapping result. |
获取得到当前的数据库之中的所有的编号列表, 包括主编号以及次级编号
String)将主编号或者次级编号转换为主编号
| Name | Type | Description |
|---|---|---|
id | String | 主编号或者次级编号 |
这个只读属性总是返回主编号的
在数据库之中的主编号列表
[secondary => main]的映射转换表
key is the SecondaryIDSolver.mainID