getForegroundSE.SpotData: Gets the standard error of the foreground pixels

Description Usage Details Value Author(s) See Also Examples

Description

Gets the standard error of the foreground pixels.

Usage

1
2
## S3 method for class 'SpotData'
getForegroundSE(this, ...)

Details

The standard error returns the standard deviation divided by the area.

Value

Returns a list of matrices that contain the standard error of the pixels in the foreground region of the spots.

Author(s)

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

See Also

For more information see SpotData.

Examples

1
2
3
4
5
6
7
  gpr <- GenePixData$read("gpr123.gpr", path=system.file("data-ex", package="aroma"))
  raw <- getRawData(gpr)
  sd <- getForegroundSE(gpr)
  raw$RSE <- sd$RSE; raw$GSE <- sd$GSE;
  subplots(4)
  plot(raw, "RSEvsR", col="red")
  plot(raw, "GSEvsG", col="green")

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