proboStruct-class         package:MAQCsubset         R Documentation

_C_l_a_s_s "_p_r_o_b_o_S_t_r_u_c_t"

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

     structure for managing proboscis plot data

_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("proboStruct",
     ...)'.

_S_l_o_t_s:


     '._D_a_t_a': Object of class '"list"' ~~ 

     '_c_a_l_l': Object of class '"call"' ~~ 

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

     Class '"list"', from data part. Class '"vector"', by class "list",
     distance 2. Class 'AssayData-class', by class "list", distance 2.

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

     plot

_N_o_t_e:

     The proboscis plot shows how the  probability of self-consistent
     monotone titration  (SCMT) varies with the spiked difference in
     concentrations of two mRNA preparations in an MAQC dataset.

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

     V Carey <stvjc@channing.harvard.edu>

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

     For Figure 2 of Shippy et al., Using RNA sample titrations... (Nat
     Biotech, 24(9):1123-1131, Sep 2006)

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

     data(afxsubRMAES)
     NN1 = proboscis(afxsubRMAES)
     plot(NN1)
     showClass("proboStruct")

