Description Usage Arguments Value Examples
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.
1 | bg.correct(mySpot)
|
mySpot |
Spot object for one microarray. |
Spot object with the background correction done.
1 2 3 | data(Simon)
## background correction and save it in c.spot
c.spot <- bg.correct(Simon)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.