Enzyme Commission Number
ECNumber
00 Remarks
EC-6.1.1.10
01 Syntax
SMRUCC.genomics.ComponentModel.Annotation.ECNumber
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Contains | 1 | Contains or equals |
| ValueParser | 1 | 解析一个EC编号字符串,如果出现格式错误,则返回空值 |
| ToString | 1 | IDE debug |
| ValidateValue | 1 | 验证所输入的字符串的格式是否正确 |
| MatchScore | 1 | Evaluate of the match score between two EC numbers, the higher the score, the better the match. |
| HierarchicalECTerms | 1 | |
| op_Implicit | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| type | 1 | 1. EC编号里面的第一个数字代表酶的分类号 |
| subType | 1 | 2. 该大类之下的亚分类 |
| subCategory | 1 | 3. 该亚类之下的小分类 |
| serialNumber | 1 | 4. 该小分类之下的序号 |
| ECNumberString | 1 | generates the EC number in format like: x.x.x.x |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| PatternECNumber | 2 | 1.2.3.4 1.2.3.- 1.2.-. |
| r | 1 |
05 Members
Contains(ECNumber)
Contains or equals
Parameters
| Name | Type | Description |
|---|---|---|
ec | ECNumber | - |
ValueParser(
String)解析一个EC编号字符串,如果出现格式错误,则返回空值
Parameters
| Name | Type | Description |
|---|---|---|
expr | String | - |
ToString
IDE debug
ValidateValue(
String)验证所输入的字符串的格式是否正确
Parameters
| Name | Type | Description |
|---|---|---|
s$ | String | - |
Evaluate of the match score between two EC numbers, the higher the score, the better the match.
Parameters
type
- EC编号里面的第一个数字代表酶的分类号
subType
- 该大类之下的亚分类
Remarks
nothing means -
subCategory
- 该亚类之下的小分类
Remarks
nothing means -
serialNumber
- 该小分类之下的序号
Remarks
nothing means -
ECNumberString
generates the EC number in format like: x.x.x.x
PatternECNumber
1.2.3.4
1.2.3.-
1.2.-.-r
PatternECNumber
HierarchicalECTerms()
op_Implicit(
String)