proboscis             package:MAQCsubset             R Documentation

_P_r_o_d_u_c_e _a _p_l_o_t _s_i_m_i_l_a_r _t_o _F_i_g_u_r_e _2 _o_f _t_h_e _S_h_i_p_p_y _M_A_Q_C _p_a_p_e_r (_P_M_I_D _1_6_9_6_4_2_2_6).

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

     Produce a plot similar to Figure 2 of the Shippy MAQC paper (PMID
     16964226).

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

     proboscis(es, site=1, ABp=0.001, CDp=0.01, mmrad=100)

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

      es: 'ExpressionSet' instance with MAQC assay results

    site: numeric code - site to be assessed

     ABp: ABp - p-value threshold to declare concentration of gene in
          sample A to be different from ehe concentration in sample B

     CDp: CDp - p-value threshold to declare concentration of gene in
          sample C to be different from the concentration in sample D

   mmrad: numeric radius of the moving mean used to smooth the
          proportions differentially expressed 

_D_e_t_a_i_l_s:

     Figure 2 of the Shippy paper consists of a collection of plots of
     estimated probabilities of self-consistent monotone titration -
     briefly, samples are such that A has 100% USRNA, B has 100% Ambion
     brain, C has 75% USRNA+25% brain, D has 25% USRNA, 75% brain. 
     Self-consistent monotone titration holds for gene g if microarray
     measures for that gene satisfy A > C > D > B or B > C > D > A. 
     The estimated probability functions look like a creature sticking
     its nose over a wall, thus the name of this function.

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

     an instance of 'proboStruct', for which a plot and lines method
     are available.

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     PMID 16964226

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

     data(afxsubRMAES)
     NN2 = proboscis(afxsubRMAES, site=2)
     plot(NN2)

