nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Analysis.SequenceTools.SequenceLogo / ColorSchema

ColorSchema

Full name SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.SequenceLogo.ColorSchema Assembly SMRUCC.genomics.Analysis.SequenceTools.SequenceLogo Members 3

Define two prefix color schema for the sequence logo: TypeExtensions.NT and TypeExtensions.AA. (包含有两种默认的颜色模式:核酸序列和蛋白质序列)

00 Remarks

由于可能会涉及到并行化的原因, 多线程操作图片对象很可能会出现InvalidOperationException: Object is currently in use elsewhere.的错误 所以在这里不再使用只读属性的简写形式

01 Syntax

SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.SequenceLogo.ColorSchema

02 Methods

NameOverloadsSummary
CreateAlphabetImageTexture 1 Creates the image cache for the alphabet.

03 Properties

NameOverloadsSummary
NucleotideSchema 1 Color schema for the nucleotide sequence.(核酸Motif的profiles)
ProteinSchema 1 Color schema for the protein residues alphabets.(蛋白质Motif的profiles)

04 Members

method CreateAlphabetImageTexture #
CreateAlphabetImageTexture(Color, String)

Creates the image cache for the alphabet.

Parameters
NameTypeDescription
colorColor

-

alphabetString

-

property NucleotideSchema #
NucleotideSchema

Color schema for the nucleotide sequence.(核酸Motif的profiles)

property ProteinSchema #
ProteinSchema

Color schema for the protein residues alphabets.(蛋白质Motif的profiles)