R/CopyNumberRegions.PLOT.R

setMethodS3("drawDensity", "CopyNumberRegions", function(this, field="mean", adjust=0.2, side=2, lwd=2, ...) {
  # Get the density
  d <- getDensity(this, field=field, adjust=adjust)

  # Draw
  draw(d, side=side, lwd=lwd, ...)
})

Try the aroma.core package in your browser

Any scripts or data that you put into this service are public.

aroma.core documentation built on June 25, 2024, 1:15 a.m.