nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Visualize.Circos.Extensions / BlastResultExtensions

BlastResultExtensions

Full name SMRUCC.genomics.Visualize.Circos.BlastResultExtensions Assembly SMRUCC.genomics.Visualize.Circos.Extensions Members 3

01 Syntax

SMRUCC.genomics.Visualize.Circos.BlastResultExtensions

02 Methods

NameOverloadsSummary
GenerateBlastnAlignment 1 The blast result alignment will be mapping on the circos plot circle individual as the highlights element in the circos plot.
GetGenomeCircle 1 The directory which contains the completed PTT data: *.ptt, *.rnt, *.fna and so on which you can download from the NCBI FTP website.
__createGenomeCircle 1 Creates the circos gene circle from the PTT database which is defined in the *.ptt/*.rnt file, and you can download this directory from the NCBI FTP website.

03 Members

method GenerateBlastnAlignment #
GenerateBlastnAlignment(Circos, AlignmentTable, Double, Double, IdentityColors)

The blast result alignment will be mapping on the circos plot circle individual as the highlights element in the circos plot.

Parameters
NameTypeDescription
docCircos

-

tableAlignmentTable

The ncbi blast alignment result table object which can be achive from the NCBI website.

r1Double

The max radius of the alignment circles.

rInnerDouble

-

method GetGenomeCircle #
GetGenomeCircle(String, String, String)

The directory which contains the completed PTT data: *.ptt, *.rnt, *.fna and so on which you can download from the NCBI FTP website.

Parameters
NameTypeDescription
PTTString

The directory which contains the completed PTT data: .ptt, .rnt, *.fna and so on which you can download from the NCBI FTP website.

myvaCogString

The csv file path of the myva cog value which was export from the alignment between the bacteria genome And the myva cog database Using the NCBI blast package In the GCModeller.

defaultColorString

The default color of the gene which is not assigned to any COG will be have.

method __createGenomeCircle #
__createGenomeCircle(PTTDbLoader, IEnumerable(Of MyvaCOG), String)

Creates the circos gene circle from the PTT database which is defined in the *.ptt/*.rnt file, and you can download this directory from the NCBI FTP website.

Parameters
NameTypeDescription
PTTPTTDbLoader

-

COGIEnumerable(Of MyvaCOG)

-

defaultColorString

-