获取值大小梯度颜色
ColorRender
01 Syntax
SMRUCC.genomics.Visualize.GeneticClock.ColorRender
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 | |
| InternalLocalCalculation | 1 | 单条的每一个样品数据都有自己的映射 |
| InternalGlobalCalculation | 1 | 全局的值就只有一个 |
| GetColorRenderingProfiles | 1 | 获取和数值大小相关的密度颜色 |
| GetDesityRule | 3 | |
| Interpolate | 1 | 对数据进行平均插值 |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| RandomColor | 1 |
04 Members
#ctor(
NumericVector(), Boolean)Parameters
| Name | Type | Description |
|---|---|---|
DataSet | NumericVector() | - |
Global | Boolean | 颜色的梯度计算是否为全局性的,默认为全局性的 |
InternalLocalCalculation(
NumericVector())单条的每一个样品数据都有自己的映射
Parameters
| Name | Type | Description |
|---|---|---|
DataSet | NumericVector() | - |
InternalGlobalCalculation(
NumericVector())全局的值就只有一个
Parameters
| Name | Type | Description |
|---|---|---|
DataSet | NumericVector() | - |
GetColorRenderingProfiles
获取和数值大小相关的密度颜色
GetDesityRule(
Int32)Parameters
| Name | Type | Description |
|---|---|---|
counts | Int32 | - |
Interpolate(
Double())对数据进行平均插值
Parameters
| Name | Type | Description |
|---|---|---|
data | Double() | - |
RandomColor
GetDesityRule(
Double, Double, Int32)GetDesityRule(
Double(), Int32)ToString()