nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Visualize.Circos.Core / ITrackPlot

ITrackPlot

Full name SMRUCC.genomics.Visualize.Circos.Configurations.Nodes.Plots.ITrackPlot Assembly SMRUCC.genomics.Visualize.Circos.Core Members 15

Abstract model of the tracks plot

00 Remarks

Using this interface to solved the problem of generics type

01 Syntax

SMRUCC.genomics.Visualize.Circos.Configurations.Nodes.Plots.ITrackPlot

02 Methods

NameOverloadsSummary
Save 1

03 Properties

NameOverloadsSummary
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

property block #
block

当前的这个绘图元素所属的 circos 顶层配置块的名称

Remarks

link 不是合法的 <plot> 类型,其必须被放置在顶层的 <links> 块之中, 否则 circos 程序会报错退出

Returns

仅可以为 CircosBlocks.plots、CircosBlocks.links 或者 CircosBlocks.highlights 这三个值之中的一个

property file #
file

输入的路径会根据配置情况转换为相对路径或者绝对路径

property r1 #
r1

圈外径(单位 r,请使用格式"<double>r")

property r0 #
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.

property rules #
rules

<rules> 子块:条件着色规则

property axes #
axes

<axes> 子块:径向网格线

property backgrounds #
backgrounds

<backgrounds> 子块:背景色带

property type #
type
property orientation #
orientation
property fill_color #
fill_color
property stroke_thickness #
stroke_thickness
property stroke_color #
stroke_color
property thickness #
thickness
property tracksData #
tracksData
method Save #
Save(String, Encoding)