View source: R/layout-chain-stack-genomic.R
| stack_genomic | R Documentation |
stack_genomic() constructs a stack layout specifically for genomic
data. It is a specialized variant of stack_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.
stack_genomic(direction, data = NULL, ..., theme = NULL, sizes = NA)
stack_genomicv(data = NULL, ...)
stack_genomich(data = NULL, ...)
direction |
A string indicating the direction of the stack layout,
either |
data |
The input data, which can be:
|
... |
Additional arguments passed to specific methods or
|
theme |
A |
sizes |
A numeric value or a |
A stack_layout object representing the genomic layout.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.