nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Core / FEATURES

FEATURES

Full name SMRUCC.genomics.Assembly.NCBI.GenBank.GBFF.Keywords.FEATURES.FEATURES Assembly SMRUCC.genomics.Core Members 7

01 Syntax

SMRUCC.genomics.Assembly.NCBI.GenBank.GBFF.Keywords.FEATURES.FEATURES

02 Methods

NameOverloadsSummary
GetByLocation 1 Get feature site data by nucleotide location.
Query 1
ListFeatures 1 列举出所有 该字段之下的域的数据
AddGenes 1 在CDS之前添加基因

03 Properties

NameOverloadsSummary
source 1 The source feature definition.

04 Fields

NameOverloadsSummary
_innerList 1 默认第一个元素就是source元素
FEATURE_HEADER 1 匹配每一个特性位点的头部标签的格式

05 Members

method GetByLocation #
GetByLocation(Int32, Int32)

Get feature site data by nucleotide location.

Parameters
NameTypeDescription
leftInt32

-

rightInt32

-

method Query #
Query(String, FeatureQualifiers, String)
Parameters
NameTypeDescription
KeyValueString

Part of the key value that to search in this genbank file.

qKeyFeatureQualifiers

Qualifier enum value of the key

KeyString

Feature type that to search, default is search all type of the feature.

Returns

The feature list that match the query conditions.

method ListFeatures #
ListFeatures(String)

列举出所有 该字段之下的域的数据

Parameters
NameTypeDescription
fieldNameString

the feature name, example as gene/CDS/tRNA/rRNA, etc

method AddGenes #
AddGenes

在CDS之前添加基因

property source #
source

The source feature definition.

field _innerList #
_innerList

默认第一个元素就是source元素

field FEATURE_HEADER #
FEATURE_HEADER

匹配每一个特性位点的头部标签的格式