nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Annotation / FeatureKeys

FeatureKeys

Full name SMRUCC.genomics.Annotation.Assembly.NCBI.GenBank.TabularFormat.GFF.FeatureKeys Assembly SMRUCC.genomics.Annotation Members 10

01 Syntax

SMRUCC.genomics.Annotation.Assembly.NCBI.GenBank.TabularFormat.GFF.FeatureKeys

02 Methods

NameOverloadsSummary
GetAllGeneIDs 1 获取所有的CDS的基因编号列表
DbXref 1 解析出DbXref属性之中的外部数据库连接

03 Properties

NameOverloadsSummary
featuresIndex 1 string to Features enum values

04 Fields

NameOverloadsSummary
tRNA 1
CDS 1
exon 1
gene 1
tmRNA 1
rRNA 1
region 1

05 Members

method GetAllGeneIDs #
GetAllGeneIDs(GFFTable, Features)

获取所有的CDS的基因编号列表

Remarks

这个函数似乎有问题,因为使用人类基因组的第一条染色体的GFF测试才2000多个基因

Parameters
NameTypeDescription
gffGFFTable

-

featureFeatures

默认是使用所有的feature类型来用作为数据源

method DbXref #
DbXref(String)

解析出DbXref属性之中的外部数据库连接

Parameters
NameTypeDescription
value$String

-

property featuresIndex #
featuresIndex

string to Features enum values

field tRNA #
tRNA
field CDS #
CDS
field exon #
exon
field gene #
gene
field tmRNA #
tmRNA
field rRNA #
rRNA
field region #
region