Annotated with formatting parameters that control how the point Is drawn.
Formatting
01 Syntax
SMRUCC.genomics.Visualize.Circos.TrackDatas.Formatting
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 |
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| glyph_size | 2 | Only works in scatter, example is 10p |
| glyph | 2 | Only works in scatter, example is circle |
| fill_color | 2 | Works on histogram (like Formatting.glyph, this is one of the most common options) |
| stroke_color | 2 | The outline color of the data point. |
| stroke_thickness | 2 | The outline thickness of the data point, in pixels. |
| URL | 2 | Works on any TrackData data type. |
| z | 2 | The z-depth of the data point: the point with a larger z value is drawn later(on the top layer). |
| id | 2 | An optional unique secondary identifier of this data point, this value is only used by you to keep track of the source of each data point. |
04 Members
glyph_size
Only works in scatter, example is 10p
glyph
Only works in scatter, example is circle
fill_color
Works on histogram (like Formatting.glyph, this is one of the most common options)
stroke_color
The outline color of the data point.
stroke_thickness
The outline thickness of the data point, in pixels.
URL
Works on any TrackData data type.
z
The z-depth of the data point: the point with a larger z value is drawn later(on the top layer).
id
An optional unique secondary identifier of this data point, this value is only used by you to keep track of the source of each data point.
glyph_size
glyph
fill_color
stroke_color
stroke_thickness
URL
z
id
ToString()