makeSmoothing {GenomeGraphs} | R Documentation |
Construct objects of class Smoothing
makeSmoothing(x, y, dp = NULL)
x |
x-coordinate |
y |
y-coordinate |
dp |
The Display parameters. |
An object of class Smoothing
data("exampleData", package="GenomeGraphs") seg <- makeSmoothing(probestart, lowess(probestart, cn)$y, dp = DisplayPars(color = "black", lwd=2,lty = "solid")) cop <- makeGenericArray(intensity = cn, probeStart = probestart, trackOverlay = seg, dp = DisplayPars(size=3, color = "seagreen", type="dot")) gdPlot(cop)