aGFFCalc-class             package:ACME             R Documentation

_C_l_a_s_s "_a_G_F_F_C_a_l_c"

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

     Store results of ACME calculations

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

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


     '_c_a_l_l': Object of class '"call"', contains the exact call to
          do.aGFF.calc, for historical purposes

     '_t_h_r_e_s_h_o_l_d': Object of class '"numeric"', the threshold used in
          the calculation

     '_c_u_t_p_o_i_n_t_s': Object of class '"numeric"', the data value above
          which probes were considered positive

     '_v_a_l_s': Object of class '"matrix"', equivalent in size to the
          original data matrix, containing the calculated p-values from
          the ACME algorithm

     '_a_n_n_o_t_a_t_i_o_n': Object of class '"data.frame"', currently a copy of
          the original annotation, possibly reordered in chromosome
          order 

     '_d_a_t_a': Object of class '"matrix"', the original data, possibly
          reordered

     '_s_a_m_p_l_e_s': Object of class '"data.frame"', sample metadata

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

     Class '"aGFF"', directly.

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


     _p_l_o_t 'signature(x = "aGFFCalc", ask=FALSE)': plot the results of
          an ACME calculation

     _p_r_i_n_t 'signature(x = "aGFFCalc")': brief overview of the object

     _s_h_o_w 'signature(object = "aGFFCalc")': brief overview of the
          object

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

     Sean Davis <sdavis2@mail.nih.gov>

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

     'do.aGFF.calc', 'aGFF-class'

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

     data(example.agff)
     example.agffcalc <- do.aGFF.calc(example.agff,window=1000,thresh=0.9)
     example.agffcalc

