spkQuantile             package:spkTools             R Documentation

_E_m_p_i_r_i_c_a_l _Q_u_a_n_t_i_l_e_s

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

     An internal function called by spkSlope.

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

     spkQuantile(amt, avgE, ens, p)

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

     amt: a vector of nominal concentrations

    avgE: the observed average expression corresponding to each nominal
          concentration

     ens: the average expression across arrays of unexpressed genes

       p: the quantiles to make the bins

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

     Matthew N. McCall

_E_x_a_m_p_l_e_s:

     data(affy)
     affySlope <- spkSlope(affy)

