sesamePlotIntensVsBetas {sesame}R Documentation

Plot Total Signal Intensities vs Beta Values This plot is helpful in revealing the extent of signal background and dye bias.

Description

Plot Total Signal Intensities vs Beta Values This plot is helpful in revealing the extent of signal background and dye bias.

Usage

sesamePlotIntensVsBetas(sset, mask = TRUE, intens.range = c(5, 15))

Arguments

sset

a SigSet

mask

whether to remove probes that are masked

intens.range

plot range of signal intensity

Value

create a total signal intensity vs beta value plot

Examples

sesameDataCache("EPIC")
sset <- # if not done yet
sset <- sesameDataGet('EPIC.1.LNCaP')$sset
sesamePlotIntensVsBetas(sset)

[Package sesame version 1.10.5 Index]