The circos allowed top level configuration block names.
CircosBlocks
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
| Name | Overloads | Summary |
|---|---|---|
| plots | 2 | <plots>: 二维数据绘图元素的容器(scatter/line/histogram/heatmap/tile/text/connector/highlight) |
| links | 2 | <links>: 连接关系的容器(<link>) |
| highlights | 2 | <highlights>: 高亮区域的顶层容器(<highlight>) |
03 Members
plots
<plots>: 二维数据绘图元素的容器(scatter/line/histogram/heatmap/tile/text/connector/highlight)
links
<links>: 连接关系的容器(<link>)
highlights
<highlights>: 高亮区域的顶层容器(<highlight>)
plots
links
highlights