circos.genomicIdeogram | R Documentation |
Add an ideogram track
circos.genomicIdeogram(
cytoband = system.file(package = "circlize", "extdata", "cytoBand.txt"),
species = NULL,
track.height = mm_h(2),
track.margin = circos.par("track.margin"))
cytoband |
A data frame or a file path, pass to |
species |
Abbreviations of the genome, pass to |
track.height |
Height of the ideogram track. |
track.margin |
Margins for the track. |
Zuguang Gu <z.gu@dkfz.de>
https://jokergoo.github.io/circlize_book/book/high-level-genomic-functions.html#ideograms
circos.initializeWithIdeogram(plotType = c("labels", "axis"))
circos.track(ylim = c(0, 1))
circos.genomicIdeogram() # put ideogram as the third track
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.