Extensions
01 Syntax
SMRUCC.genomics.Assembly.KEGG.Extensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetIDpairedList | 1 | 这个主要是应用于ID mapping操作的拓展函数 |
| DirectGetChEBI | 1 | Example as: [ChEBI] 16810 |
| IDlistStrings | 1 | |
| ValidateEntryFormat | 1 | 检测判断所输入的字符串是否是符合格式要求的? |
| TheSameAs | 1 | Example as: Same as: C00001 |
| RemarksTable | 1 | 将Remarks数据转换为字典对象 |
| TheSameAs | 1 | 得到和这个药物同义的KEGG代谢物编号, 返回来的字符串可能会包含有多个ID编号 例如C\d+和G\d+可能会同时出现 |
| GetPathwayBrite | 1 | 这个函数会自动将物种的KEGG前缀去除掉,从而能够直接匹配字典之中的键名 |
| DoKeggProfiles | 1 | |
| LevelAKOStatics | 1 | |
| Glycan2CompoundId | 1 | |
| RemarksTable | 1 | |
| SingleID | 1 |
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| KEGGCompoundIDPatterns | 2 | + C compound + D drug + G glycan |
04 Members
GetIDpairedList(
String)这个主要是应用于ID mapping操作的拓展函数
Parameters
| Name | Type | Description |
|---|---|---|
text$ | String | Example as the text data in the kegg drugs or kegg disease object: |
DirectGetChEBI(Compound)
Example as: [ChEBI] 16810
Parameters
| Name | Type | Description |
|---|---|---|
cpd | Compound | - |
IDlistStrings(
String, String())Parameters
| Name | Type | Description |
|---|---|---|
tag$ | String | - |
list$ | String() | - |
Returns
Example as:
HSA:6929 5087ValidateEntryFormat(
String)检测判断所输入的字符串是否是符合格式要求的?
Parameters
| Name | Type | Description |
|---|---|---|
s$ | String | - |
TheSameAs(
String())Example as:
Same as: C00001Parameters
| Name | Type | Description |
|---|---|---|
s$ | String() | - |
RemarksTable``1(
``0)将Remarks数据转换为字典对象
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
o | ``0 | - |
TheSameAs``1(
``0)得到和这个药物同义的KEGG代谢物编号, 返回来的字符串可能会包含有多个ID编号 例如C\d+和G\d+可能会同时出现
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
o | ``0 | - |
GetPathwayBrite(
Dictionary(Of String, Pathway), String)这个函数会自动将物种的KEGG前缀去除掉,从而能够直接匹配字典之中的键名
Parameters
| Name | Type | Description |
|---|---|---|
table | Dictionary(Of String, Pathway) | - |
ID$ | String | - |
DoKeggProfiles(
Dictionary(Of String, Double), Int32)Parameters
| Name | Type | Description |
|---|---|---|
profiles | Dictionary(Of String, Double) | [kegg_pathwayMapId -> value] |
displays | Int32 | - |
Parameters
| Name | Type | Description |
|---|---|---|
mappings | IEnumerable(Of NamedValue(Of String)) |
|
keepsZERO | KOCatalog() | 默认不保存计数为零的分类 |
Returns
这个函数所返回去的数据一般是用作于绘图操作的
KEGGCompoundIDPatterns
- C compound
- D drug
- G glycan
KEGGCompoundIDPatterns
Glycan2CompoundId(
IEnumerable(Of Compound))RemarksTable(
T)SingleID(
String)