A drawing site in the sequence logo drawing.
Residue
00 Remarks
(所绘制的序列logo图之中的一个位点)
01 Syntax
SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.SequenceLogo.Residue
02 Methods
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Alphabets | 1 | ATGC, 4 characters for nt, and aa is 20. |
| Bits | 1 | The total height of the letters depicts the information content Of the position, In bits. |
| Position | 1 | Position value of this residue in the motif sequence. |
| AsChar | 1 | Display this site as a single alphabet, and this property is used for generates the motif string. |
04 Members
Hi
Hi is the uncertainty (sometimes called the Shannon entropy) of position i
`` Hi = - Σ(f(a,i) x log2(f(a,i))
Here, ``f(a,i)`` is the relative frequency of base or amino acid a at position i
(in this residue)
但是频率是零的时候怎么处理???Alphabets
ATGC, 4 characters for nt, and aa is 20.
Bits
The total height of the letters depicts the information content Of the position, In bits.
Remarks
(Bits的值是和比对的序列的数量是有关系的)
Position
Position value of this residue in the motif sequence.
Remarks
(这个残基的位点编号)
AsChar
Display this site as a single alphabet, and this property is used for generates the motif string.
ToString()