Abstract model of the tracks plot
ITrackPlot
00 Remarks
Using this interface to solved the problem of generics type
01 Syntax
SMRUCC.genomics.Visualize.Circos.Configurations.Nodes.Plots.ITrackPlot
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Save | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| block | 1 | 当前的这个绘图元素所属的 circos 顶层配置块的名称 |
| file | 1 | 输入的路径会根据配置情况转换为相对路径或者绝对路径 |
| r1 | 1 | 圈外径(单位 r,请使用格式"<double>r") |
| r0 | 1 | 圈内径(单位 r,请使用格式"<double>r") |
| rules | 1 | <rules> 子块:条件着色规则 |
| axes | 1 | <axes> 子块:径向网格线 |
| backgrounds | 1 | <backgrounds> 子块:背景色带 |
| type | 1 | |
| orientation | 1 | |
| fill_color | 1 | |
| stroke_thickness | 1 | |
| stroke_color | 1 | |
| thickness | 1 | |
| tracksData | 1 |
04 Members
block
当前的这个绘图元素所属的 circos 顶层配置块的名称
Remarks
link 不是合法的 <plot> 类型,其必须被放置在顶层的 <links> 块之中, 否则 circos 程序会报错退出
Returns
仅可以为 CircosBlocks.plots、CircosBlocks.links 或者 CircosBlocks.highlights 这三个值之中的一个
file
输入的路径会根据配置情况转换为相对路径或者绝对路径
r1
圈外径(单位 r,请使用格式"<double>r")
r0
圈内径(单位 r,请使用格式"<double>r")
Remarks
The track is confined within r0/r1 radius limits. When using the relative "r" suffix, the values are relative To the position Of the ideogram.
rules
<rules> 子块:条件着色规则
axes
<axes> 子块:径向网格线
backgrounds
<backgrounds> 子块:背景色带
type
orientation
fill_color
stroke_thickness
stroke_color
thickness
tracksData
Save(
String, Encoding)