当对MetaCyc数据库进行延时加载的时候,则需要使用到本对象进行数据的读取操作
DatabaseLoadder
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetCompounds | 1 | Returns the compounds table in the target metacyc database. |
| GetBindRxns | 1 | Returns the BindRxns table in the target metacyc database. |
| GetRegulations | 1 | Returns the Regulations table in the target metacyc database. |
| GetReactions | 1 | Returns the Reactions table in the target metacyc database. |
| GetPathways | 1 | Returns the Pathways table in the target metacyc database. |
| GetProtLigandCplx | 1 | Returns the ProtLigandCplx table in the target metacyc database. |
| GetProteinFeature | 1 | Returns the ProteinFeature table in the target metacyc database. |
| GetGenes | 1 | Returns the Genes table in the target metacyc database. |
| GetTransUnits | 1 | Returns the TransUnits table in the target metacyc database. |
| GetDNABindingSites | 1 | Returns the DNABindingSites table in the target metacyc database. |
| GetPromoters | 1 | Returns the Promoters table in the target metacyc database. |
| GetTerminators | 1 | Returns the Terminators table in the target metacyc database. |
| GetEnzrxns | 1 | Returns the Enzrxns table in the target metacyc database. |
| GetProteins | 1 | Returns the Proteins table in the target metacyc database. |
| CreateInstance | 2 | |
| op_Implicit | 1 | |
| ToString | 1 | |
| Dispose | 1 | |
| Save | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Database | 1 | MetaCyc database directory.(MetaCyc数据库文件夹) |
| SBMLMetabolismModel | 1 |
04 Members
Returns the compounds table in the target metacyc database.
Returns the BindRxns table in the target metacyc database.
Returns the Regulations table in the target metacyc database.
Returns the Reactions table in the target metacyc database.
Returns the Pathways table in the target metacyc database.
Returns the ProtLigandCplx table in the target metacyc database.
Returns the ProteinFeature table in the target metacyc database.
Returns the Genes table in the target metacyc database.
Returns the TransUnits table in the target metacyc database.
Returns the DNABindingSites table in the target metacyc database.
Returns the Promoters table in the target metacyc database.
Returns the Terminators table in the target metacyc database.
Returns the Enzrxns table in the target metacyc database.
Returns the Proteins table in the target metacyc database.
在本处的蛋白质指的是具备有生物学活性的多肽链单体蛋白,而蛋白质复合物则指的是多个多肽链单体蛋白的 聚合物以及其与小分子化合物所形成的复合物
String, Boolean)Preload the target metacyc database.(MetaCyc数据库预加载)
| Name | Type | Description |
|---|---|---|
MetaCycDir | String | - |
MetaCyc database directory.(MetaCyc数据库文件夹)
String)String)