qscore                 package:MANOR                 R Documentation

_C_r_e_a_t_e _a_n _o_b_j_e_c_t _o_f _t_y_p_e _q_s_c_o_r_e

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

     'qscore' object is a list which contains a function, a name, and
     optionnally a label and arguments to be passed to the function.

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

      to.qscore(FUN, name=NULL, args=NULL, label=NULL, dec=3)

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

     FUN: a R function returning a numeric value, with first argument
          of type 'arrayCGH', and optionally other arguments.

    name: a short character value for 'qscore' object identification

    args: a list of arguments to be passed to 'FUN'; defaults to NULL
          (ie 'arrayCGH' is the only argument to 'FUN')

   label: a character value for 'qscore' object labelling

     dec: an integer value giving the number of significant digits to
          keep (defaults to 3)

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

     An object of class 'qscore'.

_N_o_t_e:

     People interested in tools for array-CGH analysis can visit our
     web-page: <URL: http://bioinfo.curie.fr>.

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

     Pierre Neuvial, manor@curie.fr.

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

     'qscore.arrayCGH', 'qscore.summary.arrayCGH'

