maTop                 package:marray                 R Documentation

_I_d_e_n_t_i_f_y _e_x_t_r_e_m_e _v_a_l_u_e_s

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

     This function determines which values in a numeric vector are
     above or below user supplied cut-offs.

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

     maTop(x, h=1, l=1)

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

       x: A "numeric" vector.

       h: A "numeric", upper cut-off.

       l: A "numeric", lower cut-off.

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

     A "logical" vector indicating which entries are above or below the
     cut-offs.

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

     Sandrine Dudoit, <URL: http://www.stat.berkeley.edu/~sandrine>.

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

     S. Dudoit and Y. H. Yang. (2002). Bioconductor R packages for
     exploratory analysis and normalization of cDNA microarray data. In
     G. Parmigiani, E. S. Garrett, R. A. Irizarry and S. L. Zeger,
     editors, _The Analysis of Gene Expression Data: Methods and
     Software_, Springer, New York.

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

     'maPlot', 'maImage', 'quantile'.

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

     # See examples for maPlot.

