makeSmoothing {GenomeGraphs}R Documentation

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

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)

[Package GenomeGraphs version 1.14.0 Index]