The repository xml data of kegg Map
MapRepository
01 Syntax
SMRUCC.genomics.Assembly.KEGG.WebServices.MapRepository
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| QueryMapsByMembers | 1 | query all pathway maps which is contains any entity id list. |
| BuildRepository | 1 | |
| GetMapsAuto | 1 | scan directory or load from a xml pack file |
| GenericEnumerator | 1 | 因为MapIndex是直接继承至Map对象类型的,所以在这里可以直接返回这个序列 |
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| table | 1 | Get by ID |
04 Members
QueryMapsByMembers(
IEnumerable(Of String))query all pathway maps which is contains any entity id list.
Parameters
| Name | Type | Description |
|---|---|---|
entity | IEnumerable(Of String) | - |
BuildRepository(
String, Boolean)Parameters
| Name | Type | Description |
|---|---|---|
directory | String | The reference map download directory |
GetMapsAuto(
String)scan directory or load from a xml pack file
Parameters
| Name | Type | Description |
|---|---|---|
repository | String | - |
GenericEnumerator
table
Get by ID