An abstract biological pathway model
PathwayBrief
01 Syntax
SMRUCC.genomics.ComponentModel.Annotation.PathwayBrief
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetPathwayGenes | 1 | Gets the pathway related genes. |
| GetCompoundSet | 1 | Gets the pathway related metabolite compounds. |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| EntryId | 1 | the reference id of the current pathway object |
| name | 1 | The map title display name |
| description | 1 | the function description text of the current pathway object |
| briteID | 1 | 和具体的物种的编号无关的在KEGG数据库之中的参考对象的编号 |
04 Members
GetPathwayGenes
Gets the pathway related genes.
Returns
name - gene id value - ontology id, example as KO description - gene name or function description
GetCompoundSet
Gets the pathway related metabolite compounds.
EntryId
the reference id of the current pathway object
name
The map title display name
Returns
The name value of this pathway object
description
the function description text of the current pathway object
briteID
和具体的物种的编号无关的在KEGG数据库之中的参考对象的编号
ToString()