Usage
"plot"(x, y, attributeThres = c(0, 1, 50, 200, 500, Inf), binSize = 1, spaceGene = 0.2, spaceChr = 1.2, innerRadius = 0.3, outerRadius = 1, guides = c(20, 40, 60, 80), alphaStart = -0.3, circleProportion = 0.95, direction = "inwards", chrLabels = FALSE)
Arguments
x
TargetExperiment class object.
y
not used but necessary for redefining the generic function.
attributeThres
Numeric indicating the interval extreme values.
binSize
Numeric indicating bin width. Should probably be left
as 1, as other parameters are relative to it.
spaceGene
Numeric. Space between bins.
spaceChr
Numeric. Space between chromosomes.
innerRadius
Numeric. Radius of inner circle.
outerRadius
Numeric. Radius of outer circle.
guides
A vector with percentages to use for the white guide lines.
alphaStart
Numeric offset from 12 o'clock in radians.
circleProportion
Numeric proportion of the circle to cover.
direction
Character indicating if the increasing count goes from or
to the centre.
chrLabels
Logical. Chromosome names must be plotted?.