nuget server logo nuget api documents
↑

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

CircosBlocks

Full name SMRUCC.genomics.Visualize.Circos.Configurations.ComponentModel.CircosBlocks Assembly SMRUCC.genomics.Visualize.Circos.Core Members 6

The circos allowed top level configuration block names.

00 Remarks

See the source file lib/Circos/Configuration.pm in the circos distribution:

 my @ok = qw(ideogram colors fonts patterns image plots links highlights);

Please notice that the link Is Not a valid <plot> type, it must be placed inside the independent top level <links> block instead of the <plots> block. (See lib/Circos/Track.pm: our @type_ok = qw(scatter line histogram heatmap highlight tile text connector))

01 Syntax

SMRUCC.genomics.Visualize.Circos.Configurations.ComponentModel.CircosBlocks

02 Fields

NameOverloadsSummary
plots 2 <plots>: 二维数据绘图元素的容器(scatter/line/histogram/heatmap/tile/text/connector/highlight)
links 2 <links>: 连接关系的容器(<link>)
highlights 2 <highlights>: 高亮区域的顶层容器(<highlight>)

03 Members

field plots #
plots

<plots>: 二维数据绘图元素的容器(scatter/line/histogram/heatmap/tile/text/connector/highlight)

field highlights #
highlights

<highlights>: 高亮区域的顶层容器(<highlight>)

field plots overload 2 #
plots
field highlights overload 2 #
highlights