probeLengthPlot: Plot the probe length frequency

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/probeLengthPlot.R

Description

Plot the probe length frequency.

Usage

1
  probeLengthPlot(xSet, sgrset = 1, chr = NULL, bound.cutoff, probe.max.spacing = 200, xlim.max = 25)

Arguments

xSet

object of class ExpressionSet

sgrset

integer; specifying which data set to use from the ExpressionSet

chr

probes from which chromosome to be used, default NULL means all probes

bound.cutoff

numeric; threshold above probes are considered “bound”

probe.max.spacing

integer; maximum amount of base pairs at which bound probes are condensed into one region.

xlim.max

integer; maximum number of probes plotted along the x-axsis

Details

Plot the probe length frequency per regions based on a bound.cutoff value.

Value

Plot of frequency of the number of probes within bound regions

Author(s)

Bettina Fischer

See Also

plot

Examples

1
2
3
  dataPath <- system.file("data",package="SimBindProfiles")
  load(file.path(dataPath,"SGR.RData"))
  probeLengthPlot(SGR, sgrset=1, chr=NULL, bound.cutoff=1.2, probe.max.spacing=200, xlim.max=50)

SimBindProfiles documentation built on Nov. 8, 2020, 5:57 p.m.