getSignal.RawData: Gets the red and the green signal

Description Usage Arguments Value Author(s) See Also Examples

Description

Gets the red and the green signal as a MAData object.

Usage

1
2
## S3 method for class 'RawData'
getSignal(this, bgSubtract=TRUE, slides=NULL, bg.subtract=TRUE, ...)

Arguments

slides

Subset of slides to be returned. If NULL, all slides are returned.

bgSubstract

If TRUE, the background is subtracted from the foreground, before the transformation is performed. This argument was previously named bg.subtract, which still works, but is deprecated and will be removed in a future version.

Value

Returns a MAData object.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*getBackground(), *getForeground(). For more information see RawData.

Examples

1
2
3
4
  SMA$loadData("mouse.data")
  layout <- Layout$read("MouseArray.Layout.dat", path=system.file("data-ex", package="aroma"))
  raw <- RawData(mouse.data, layout=layout)
  ma <- getSignal(raw, bgSubtract=FALSE);

HenrikBengtsson/aroma documentation built on May 7, 2019, 12:56 a.m.