View source: R/layout-chain-circle-genomic.R
| circle_genomic | R Documentation |
circle_genomic() constructs a circular layout specifically for genomic
data. It is a specialized variant of circle_continuous() that applies
default axis limits and coerces the first column of each plot's data to use
chromosome (seqname) identifiers-matching those in the layout data-as
factor levels.
circle_genomic(
data,
...,
radial = NULL,
direction = "outward",
sector_spacing = NULL,
theme = NULL
)
data |
The input data, which can be:
|
... |
Additional arguments passed to specific methods or
|
radial |
A |
direction |
A single string of
|
sector_spacing |
The size of spacing between different panel. A numeric
of the radians or a |
theme |
A |
A circle_layout object representing the genomic layout.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.