Description Usage Arguments Details Value Author(s) Examples
Add ideogram track
1 2 | add_ideogram_track(cytoband = system.file("extdata", "cytoBand.txt",
package = "circlize"), species = NULL, track = current_track() + 1)
|
cytoband |
Path of the cytoband file or a data frame that already contains cytoband data. Pass to |
species |
Abbreviations of species. e.g. hg19 for human, mm10 for mouse. If this value is specified, the function will download |
track |
which track the ideogram is added in. By default it is the next track in the layout. |
A track which contains ideograms will be added to the plot.
The function tries to download cytoband file from UCSC ftp. If there is no cytoband file available for the species, there will be an error.
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
1 2 3 | gtrellis_layout(n_track = 2, ncol = 3,
track_height = unit.c(unit(1, "null"), unit(5, "mm")))
add_ideogram_track(track = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.