nuget server logo nuget api documents
↑

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

LinkPlot

Full name SMRUCC.genomics.Visualize.Circos.Configurations.Nodes.Plots.LinkPlot Assembly SMRUCC.genomics.Visualize.Circos.Core Members 7

Links are defined in <link> blocks enclosed in a <links> block. The links start at a radial position defined by 'radius' and have their control point (adjusts curvature) at the radial position defined by 'bezier_radius'. In this example, I use the segmental duplication data Set, which connects regions Of similar sequence (90%+ similarity, at least 1kb In size).

00 Remarks

Data format of the link:

 chr12 1000 5000 chr15 5000 7000

01 Syntax

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

02 Properties

NameOverloadsSummary
BlockName 1 因为这个类型的元素不是合法的 plot 类型,所以其必须被输出到顶层的 <links> 块之中
ElementTag 1 <links> 块之中的元素标签为 <link
radius 1 Links start at this radius.
bezier_radius 1 The radial position of the bezier curve control point, which adjusts curvature.
crest 1 The size Of the deviation Of the bezier control point from the midpoint Between the start/End Of the link.
bezier_radius_purity 1 The direction In And radius multiplier To which As control-point adjusting factor bezier_radius_purity Is applied In the special case With bezier_radius=0r.
ribbon 1 Draw the link as a ribbon (and sample the thickness from the data value).

03 Members

property BlockName #
BlockName

因为这个类型的元素不是合法的 plot 类型,所以其必须被输出到顶层的 <links> 块之中

property ElementTag #
ElementTag

<links> 块之中的元素标签为 <link>

property radius #
radius

Links start at this radius.

property bezier_radius #
bezier_radius

The radial position of the bezier curve control point, which adjusts curvature. 0r means that the control point Is at the center Of the image.

property crest #
crest

The size Of the deviation Of the bezier control point from the midpoint Between the start/End Of the link. Is applied Only when bezier_radius Is negative.

property bezier_radius_purity #
bezier_radius_purity

The direction In And radius multiplier To which As control-point adjusting factor bezier_radius_purity Is applied In the special case With bezier_radius=0r.

property ribbon #
ribbon

Draw the link as a ribbon (and sample the thickness from the data value).