bg.correct: Background Correction

Description Usage Arguments Value Examples

View source: R/operations.R

Description

This function use the background data to eliminate unwanted effects in signal. The background correction establish the new Cy3 signal as Cy3 - BgCy3 and the new Cy5 as Cy5 - BgCy5.

Usage

1
bg.correct(mySpot)

Arguments

mySpot

Spot object for one microarray.

Value

Spot object with the background correction done.

Examples

1
2
3
data(Simon)
## background correction and save it in c.spot
c.spot <- bg.correct(Simon)

genArise documentation built on Nov. 8, 2020, 6:29 p.m.