Learn R Programming

GenomeGraphs (version 1.32.0)

makeSmoothing: Create objects of class Smoothing

Description

Construct objects of class Smoothing

Usage

makeSmoothing(x, y, dp = NULL)

Arguments

x
x-coordinate
y
y-coordinate
dp
The Display parameters.

Value

An object of class Smoothing

Examples

Run this code
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)

Run the code above in your browser using DataLab