RCircos.ZoomOut.Chromosome {RCircos} | R Documentation |
Zoom out Chromosome Ideogram
Description
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.
Usage
RCircos.ZoomOut.Chromosome(zoom.out.ratio=NULL)
Arguments
zoom.out.ratio |
A float number between 0 and 1, the ratio of target chromosome ideogram to be zoomed out. |
Value
None. New ideogram object is set to RCircos environment.
Author(s)
Henry Zhang
Examples
## 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)
[Package RCircos version 1.2.2 Index]