FEATURES
01 Syntax
SMRUCC.genomics.Assembly.NCBI.GenBank.GBFF.Keywords.FEATURES.FEATURES
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetByLocation | 1 | Get feature site data by nucleotide location. |
| Query | 1 | |
| ListFeatures | 1 | 列举出所有 该字段之下的域的数据 |
| AddGenes | 1 | 在CDS之前添加基因 |
| Add | 1 | |
| Delete | 1 | |
| SetSourceFeature | 1 | |
| GetEnumerator | 1 | |
| GetEnumerator1 | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| source | 1 | The source feature definition. |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| _innerList | 1 | 默认第一个元素就是source元素 |
| FEATURE_HEADER | 1 | 匹配每一个特性位点的头部标签的格式 |
05 Members
GetByLocation(
Int32, Int32)Get feature site data by nucleotide location.
Parameters
| Name | Type | Description |
|---|---|---|
left | Int32 | - |
right | Int32 | - |
Parameters
| Name | Type | Description |
|---|---|---|
KeyValue | String | Part of the key value that to search in this genbank file. |
qKey | FeatureQualifiers | Qualifier enum value of the key |
Key | String | Feature type that to search, default is search all type of the feature. |
Returns
The feature list that match the query conditions.
ListFeatures(
String)列举出所有 该字段之下的域的数据
Parameters
| Name | Type | Description |
|---|---|---|
fieldName | String | the feature name, example as gene/CDS/tRNA/rRNA, etc |
AddGenes
在CDS之前添加基因
source
The source feature definition.
_innerList
默认第一个元素就是source元素
FEATURE_HEADER
匹配每一个特性位点的头部标签的格式
Add(Feature)
Delete(
String, String)SetSourceFeature(Feature)
GetEnumerator()
GetEnumerator1()