RCircos.ZoomOut.Chromosome: Zoom out Chromosome Ideogram

View source: R/RCircosChromosomeIdeogram.R

RCircos.ZoomOut.ChromosomeR 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)

RCircos documentation built on March 18, 2022, 7:59 p.m.