nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Core / Extensions

Extensions

Full name SMRUCC.genomics.Assembly.Uniprot.XML.Extensions Assembly SMRUCC.genomics.Core Members 17

01 Syntax

SMRUCC.genomics.Assembly.Uniprot.XML.Extensions

02 Methods

NameOverloadsSummary
ProteinSequence 1 Get protein sequence
KO 1 Get KO number of this protein
GO 1 Get KO number of this protein
EnumerateAllIDs 1 includes uniprot accession id and db entry in other database
ORF 1 try get ORF locus_tag value
SubCellularLocations 1 获取蛋白质在细胞内的亚细胞定位结果
GetDomainData 1 获取蛋白质的功能结构信息
Term2Gene 1 生成KEGG或者GO注释分类的mapping表
DbReferenceId 1
DbReferenceIds 1
ECNumberList 1
OrganismScientificName 1
NCBITaxonomyId 1
proteinFullName 1
GetProteinNames 1
geneName 1
Summary 1

03 Members

method ProteinSequence #
ProteinSequence(entry)

Get protein sequence

Parameters
NameTypeDescription
protentry

-

method KO #
KO(entry)

Get KO number of this protein

Parameters
NameTypeDescription
proteinentry

-

Returns

returns nothing if not found

method GO #
GO(entry)

Get KO number of this protein

Parameters
NameTypeDescription
proteinentry

-

method EnumerateAllIDs #
EnumerateAllIDs(entry)

includes uniprot accession id and db entry in other database

Parameters
NameTypeDescription
entryentry

-

method ORF #
ORF(entry)

try get ORF locus_tag value

Parameters
NameTypeDescription
proteinentry

-

method SubCellularLocations #
SubCellularLocations(entry)

获取蛋白质在细胞内的亚细胞定位结果

Parameters
NameTypeDescription
proteinentry

-

method GetDomainData #
GetDomainData(entry)

获取蛋白质的功能结构信息

Parameters
NameTypeDescription
protentry

-

Returns

get domain type feature information

method Term2Gene #
Term2Gene(UniProtXML, String, IDTypes)

生成KEGG或者GO注释分类的mapping表

Parameters
NameTypeDescription
uniprotXMLUniProtXML

-

type$String

-

idTypeIDTypes

-

Returns

term --> geneID

method DbReferenceId #
DbReferenceId(entry, String)
method DbReferenceIds #
DbReferenceIds(entry, String)
method ECNumberList #
ECNumberList(entry)
method OrganismScientificName #
OrganismScientificName(entry)
method NCBITaxonomyId #
NCBITaxonomyId(entry)
method proteinFullName #
proteinFullName(entry)
method GetProteinNames #
GetProteinNames(entry)
method geneName #
geneName(entry)
method Summary #
Summary(IEnumerable(Of entry), Func(Of entry, T))