quantsmooth           package:quantsmooth           R Documentation

_q_u_a_n_t_s_m_o_o_t_h

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

     Quantile smoothing of array data

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

       quantsmooth(intensities,smooth.lambda=2, tau=0.5, ridge.kappa=0,smooth.na=TRUE,segment)

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

intensities: numeric vector

smooth.lambda: numeric

     tau: numeric [0..1], the quantile desired; see 'rq.fit'

ridge.kappa: fudge parameter; see details

smooth.na: logical; handling of NA

 segment: integer, length of overlapping segments

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

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

     This function returns a vector of the same length as
     'intensities', or a matrix if the length of 'tau' is greater than
     1.

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

     Jan Oosting

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

             data(chr14)
             plot(quantsmooth(bac.cn[,1],smooth.lambda=2.8),type="l")

