SpikeList-class            package:CALIB            R Documentation

_C_l_a_s_s "_S_p_i_k_e_L_i_s_t" - _S_p_i_k_e _I_n_t_e_n_s_i_t_y _a_n_d _C_o_n_c_e_n_t_r_a_t_i_o_n _L_i_s_t

_D_e_s_c_r_i_p_t_i_o_n:

     A simple list-based class for storing red and green channel
     foreground and background intensities, spot area and
     concentrations for external control spike on spotted microarray.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("SpikeList",
     spike)' where spike is a list. In the CALIB package, SpikeList
     objects are normally generated by function  'read.spike'.

_L_i_s_t _C_o_m_p_o_n_e_n_t_s:

     Objects should contain the following list components:

     '_R': numeric matrix containing the red(Cy5) foreground intensities
          of all external control spikes on arrays. Rows correspond to
          spikes and  columns to arrays.

     '_G': numeric matrix containing the green(Cy3) foreground
          intensities of all external control spikes on arrays. 

     '_R_b': numeric matrix containing the red(Cy5) background
          intensities of all external control spikes on arrays. 

     '_G_b': numeric matrix containing the green(Cy3) background
          intensities of all external control spikes on arrays. 

     '_R_A_r_e_a': numeric matrix containing the red(Cy5) spot areas of all 
          external control spikes on arrays. 

     '_G_A_r_e_a': numeric matrix containing the green(Cy3) spot areas of
          all  external control spikes on arrays. 

     '_R_C_o_n_c': numeric matrix containing the red(Cy5) known
          concentrations of all external control spikes on arrays.

     '_G_C_o_n_c': numeric matrix containing the green(Cy3) know
          concentrations of all external control spikes on arrays.

     '_g_e_n_e_s': data.frame containing information on spikes spotted on
          the arrays. Should include a character column Name containing
          names for all the spikes.

     All of the matrices should have the same dimensions.

_E_x_t_e_n_d_s:

     Class '"list"', from data part. Class '"vector"', by class
     '"list"'.

_M_e_t_h_o_d_s:

     This class inherits directly from class List, so any operation
     appropriate for lists will work on objects of this class. In
     addition, SpikeList objects can be 'subsetted', 'combined' and
     'merged'. SpikeList objects will return dimensions and hence
     functions such as 'dim', 'dimnames', 'nrow' and 'ncol' are
     defined. Generic method 'show' is applied on 'SpikeList', so
     SpikeList will print in a compact way.

     SpikeList objects are used on functions such as
     'estimateParameter' or on some other data visualization functions
     like 'plotSpikeHI' in the CALIB package.

_A_u_t_h_o_r(_s):

     Hui Zhao

_R_e_f_e_r_e_n_c_e_s:

     the limma package

_S_e_e _A_l_s_o:

     'RGList_CALIB'.

     'RGList' in limma package.

