divideChannels           package:RNAither           R Documentation

_D_i_v_i_d_e _c_h_a_n_n_e_l _v_a_l_u_e_s

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

     Replace two channels by their ratio.

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

     divideChannels(ch1, ch2)

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

     ch1: a vector giving all values from channel 1 

     ch2: a vector giving all values from channel 2 

_V_a_l_u_e:

     A vector of the ratio of channel 1 and channel 2.

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

     'sumChannels'

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

     data(exampleDataset, package="RNAither")

     newch <- divideChannels(dataset$SigIntensity, dataset$NbCells)

