Blast结果之中的hit对象的颜色映射
ColorSchema
01 Syntax
SMRUCC.genomics.Visualize.NCBIBlastResult.ColorSchema
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| IdentitiesBrush | 1 | |
| GetColor | 1 | |
| GetBlastnIdentitiesColor | 1 | |
| IdentitiesChromatic | 1 | 使用BBHIndex.GetIdentities())作为得分的彩色图案配色 |
| IdentitiesMonoChrome | 1 | 使用BBHIndex.GetIdentities())作为得分,但是是黑白单色的 |
03 Members
IdentitiesBrush(
Func(Of Hit, Double))Parameters
| Name | Type | Description |
|---|---|---|
scores | Func(Of Hit, Double) | 需要从这里得到分数 |
GetColor(
RangeList(Of Double, NamedValue(Of Color)), Double)Parameters
| Name | Type | Description |
|---|---|---|
p | RangeList(Of Double, NamedValue(Of Color)) | p的值在0-1之间 |
Schema | Double | - |
GetBlastnIdentitiesColor(
RangeList(Of Double, NamedValue(Of Color)), Double)Parameters
| Name | Type | Description |
|---|---|---|
p | RangeList(Of Double, NamedValue(Of Color)) | p的值在0-100之间 |
Schema | Double | - |
IdentitiesChromatic
使用BBHIndex.GetIdentities()作为得分的彩色图案配色
IdentitiesMonoChrome
使用BBHIndex.GetIdentities()作为得分,但是是黑白单色的