Description Usage Arguments Value Examples
View source: R/GenomeGraphs-classes.R
Construct objects of class Smoothing
1 | makeSmoothing(x, y, dp = NULL)
|
x |
x-coordinate |
y |
y-coordinate |
dp |
The Display parameters. |
An object of class Smoothing
1 2 3 4 5 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.