nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Data.Repository / Installer

Installer

Full name SMRUCC.genomics.Data.Installer Assembly SMRUCC.genomics.Data.Repository Members 4

01 Syntax

SMRUCC.genomics.Data.Installer

02 Methods

NameOverloadsSummary
Install 1 这个函数主要是进行创建数据库的索引文件
BuildNameHash 1 key: GeneInfo.name, GeneInfo.locus_tag
BuildLocusHash 1 key: GeneInfo.locus_tag
GetsiRNATargetSeqs 1 Query target nt sequence

03 Members

method Install #
Install(String, Boolean)

这个函数主要是进行创建数据库的索引文件

Parameters
NameTypeDescription
DIRString

Extract location of file: all.gbk.tar.gz from NCBI FTP website.

method BuildNameHash #
BuildNameHash(IEnumerable(Of GeneInfo), GenbankIndex)
Parameters
NameTypeDescription
sourceIEnumerable(Of GeneInfo)

-

xGenbankIndex

-

method BuildLocusHash #
BuildLocusHash(IEnumerable(Of GeneInfo), GenbankIndex)
Parameters
NameTypeDescription
sourceIEnumerable(Of GeneInfo)

-

xGenbankIndex

-

method GetsiRNATargetSeqs #
GetsiRNATargetSeqs(IEnumerable(Of Interaction), Genbank)

Query target nt sequence

Parameters
NameTypeDescription
siRNAtargetIEnumerable(Of Interaction)

这个应该是通过对Interaction.OrganismGroup之后所得到的数据

repoGenbank

-