A simple list-based class for storing red and green channel foreground and background intensities for a batch of spotted microarrays and the Ids.
基于一个简单的列表类,用于存储一批发现芯片和IDS的红色和绿色通道的前景和背景强度。
从类创建对象----------Creating Objects from the Class----------
Objects can be created by calls of the form new("Spot",spot) where spot is a list. Objects are normally created by read.spot.
对象可以创建检测new("Spot",spot)spot是一个列表的形式。 read.spot通常创建对象。
角子机/列表组件----------Slots/List Components----------
This class contains no slots (other than .Data), but objects should contain the following list components:
这个类不包含插槽(比.Data除外),但对象应包含以下列表组件:
numeric matrix containing the green (cy3) foreground intensities.
数字矩阵含绿色(CY3)前景强度。
numeric matrix containing the red (cy5) background intensities.
数字矩阵,包含红(CY5)背景强度。
numeric matrix containing the green background intensities.
数字矩阵包含绿色背景强度。
All of these matrices should have the same dimensions.
所有这些矩阵应该有相同的尺寸。
方法----------Methods----------
This class inherits directly from class list so any operation appropriate for lists will work on objects of this class.
这个类直接继承自类list所以适当列表的任何操作,将这个类的对象。