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.
此功能使用的背景数据信号,以消除不良影响。背景校正为Cy3标记的建立Cy3标记的新信号 - BgCy3和新的Cy5的Cy5的 - BgCy5。
用法----------Usage----------
bg.correct(mySpot)
参数----------Arguments----------
参数:mySpot
Spot object for one microarray.
现货一个芯片的对象。
值----------Value----------
Spot object with the background correction done.
发现做背景校正的对象。
举例----------Examples----------
data(Simon)
## background correction and save it in c.spot[#背景校正,并保存在c.spot]
c.spot <- bg.correct(Simon)