View source: R/RCircosChromosomeIdeogram.R
RCircos.ZoomOut.Chromosome | R Documentation |
Zoom out chromosome ideogram to leave a small room between the first and the last chromosome (at 12 O'clock) so that track names could be added. This function works on the RCircos chromosome ideogram component so the core components must be set first.
RCircos.ZoomOut.Chromosome(zoom.out.ratio=NULL)
zoom.out.ratio |
A float number between 0 and 1, the ratio of target chromosome ideogram to be zoomed out. |
None. New ideogram object is set to RCircos environment.
Henry Zhang
## Not run: library(RCircos) data(UCSC.HG19.Human.CytoBandIdeogram) RCircos.Set.Core.Components( cyto.info=UCSC.HG19.Human.CytoBandIdeogram, chr.exclude=c("chrX", "chrY"), tracks.inside=10, tracks.outside=0) RCircos.ZoomOut.Chromosome(zoom.out.ratio=0.95) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.