makeSmoothing: Create objects of class Smoothing

Description Usage Arguments Value Examples

View source: R/GenomeGraphs-classes.R

Description

Construct objects of class Smoothing

Usage

1
makeSmoothing(x, y, dp = NULL)

Arguments

x

x-coordinate

y

y-coordinate

dp

The Display parameters.

Value

An object of class Smoothing

Examples

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)

GenomeGraphs documentation built on Oct. 31, 2019, 4:34 a.m.