Accessors            package:BeadExplorer            R Documentation

_A_c_c_e_s_s_o_r _M_e_t_h_o_d_s _f_o_r _b_e_a_d_D_a_t_a _c_l_a_s_s

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

     These functions return a number of parameters that are useful for
     quality control  and for obtaining further infomration about the
     'beadData-class' object.

     Briefly:

     detExprs:  Returns a matrix of Illumina detection scores
     fileOrigin:  Returns a file path(s) of the file(s) used to create
     the 'beadData-class' object nGenes:  Returns the number of genes
     in the 'beadData-class' object normMethod:  Returns the method
     used to normalise the 'beadData-class' object nSamples:  Returns
     the number of samples analysed param:  Returns a list of analysis
     parameters signalMeans:  Returns a vector of sample signal means

_U_s_a_g_e:

     detExprs(object)
     fileOrigin(object)
     nGenes(object)
     normMethod(object)
     nSamples(object)
     param(object)
     sampleQC(object)
     signalMeans(object)

_A_r_g_u_m_e_n_t_s:

  object: the 'beadData-class' object you want to access 

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

     Gareth Elvidge

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

     'beadData-class'

