Define two prefix color schema for the sequence logo: TypeExtensions.NT and TypeExtensions.AA. (包含有两种默认的颜色模式:核酸序列和蛋白质序列)
ColorSchema
00 Remarks
由于可能会涉及到并行化的原因, 多线程操作图片对象很可能会出现InvalidOperationException: Object is currently in use elsewhere.的错误 所以在这里不再使用只读属性的简写形式
01 Syntax
SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.SequenceLogo.ColorSchema
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CreateAlphabetImageTexture | 1 | Creates the image cache for the alphabet. |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| NucleotideSchema | 1 | Color schema for the nucleotide sequence.(核酸Motif的profiles) |
| ProteinSchema | 1 | Color schema for the protein residues alphabets.(蛋白质Motif的profiles) |
| DNAcolors | 1 |
04 Members
CreateAlphabetImageTexture(
Color, String)Creates the image cache for the alphabet.
Parameters
| Name | Type | Description |
|---|---|---|
color | Color | - |
alphabet | String | - |
NucleotideSchema
Color schema for the nucleotide sequence.(核酸Motif的profiles)
ProteinSchema
Color schema for the protein residues alphabets.(蛋白质Motif的profiles)
DNAcolors