nuget server logo nuget api documents
↑

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

TilePlot

Full name SMRUCC.genomics.Visualize.Circos.Configurations.Nodes.Plots.TilePlot Assembly SMRUCC.genomics.Visualize.Circos.Core Members 5

Tile tracks are the Circos equivalent of a genome browser.

Which is to say, the tile track shows interval data and automatically places multiple intervals in vertical stacks so that they do not overlap and do not extend outside of the track.

The tile track does not take a value --- only a range.

 #chr start end [options]
 chr12 1000 5000

00 Remarks

The default values of this plot are taken from the official template etc/tracks/tile.conf in the circos distribution.

01 Syntax

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

02 Properties

NameOverloadsSummary
layers 1 Number of stacked layers of tiles.
layers_overflow 1 Whether the track overflows its reserved vertical space should all TilePlot.layers be full.
layout_orientation_mode 1 How are the track dimensions interpreted? One of two options: whratio(default) or widths.
margin 1 Tile margin in the radial direction.(设置为0关闭)
padding 1 Tile padding in the angular direction, in units of pixels.

03 Members

property layers #
layers

Number of stacked layers of tiles. When there is "too much" data, many tiles will be stacked on top of one another.

property layers_overflow #
layers_overflow

Whether the track overflows its reserved vertical space should all TilePlot.layers be full.

  • hide(默认值): any tile that is not able to fit within the requested number of layers is hidden.
  • grow: this restriction is lifted and the tiles continue to be stacked.
Returns

hide 或者 grow

property layout_orientation_mode #
layout_orientation_mode

How are the track dimensions interpreted?

One of two options: whratio(default) or widths. This parameter is used together with TilePlot.layers: in the default whratio mode each layer has a width-to-height ratio derived from the remaining radial space.

property margin #
margin

Tile margin in the radial direction.(设置为0关闭)

property padding #
padding

Tile padding in the angular direction, in units of pixels.