spiral_initialize_by_gcoor | R Documentation |
Initialize the spiral with genomic coordinates
spiral_initialize_by_gcoor(xlim, scale_by = "curve_length", ...)
xlim |
Range of the genomic coordinates. |
scale_by |
For genomic plot, axis is linearly scaled by the curve length. |
... |
All pass to |
It is basically the same as spiral_initialize()
. The only difference is the axis labels are automatically
formated for genomic coordinates.
No value is returned.
spiral_initialize_by_gcoor(c(0, 1000000000))
spiral_track()
spiral_axis()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.