"FCSsummary-class"         package:rflowcyt         R Documentation

_C_l_a_s_s "_F_C_S_s_u_m_m_a_r_y" _S_u_m_m_a_r_y _o_b_j_e_c_t _f_o_r _a "_F_C_S-_c_l_a_s_s"

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

     The data summary statistics along with metadata output help
     summarize a "FCS-class" object using the "summary" method.

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

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

     '_n_u_m._c_e_l_l_s': Object of class '"numeric"' the number of cells or
          rows from the data

     '_n_u_m._p_a_r_a_m': Object of class '"numeric"' the number of parameters
          or columns from the data

     '_u_n_i_v_a_r_i_a_t_e._s_t_a_t': Object of class '"matrix"' five-number summary
          including the standard deviation of all the column variables 

     '_m_e_t_a_d_a_t_a._i_n_f_o': Object of class '"list"' with the following
          slots: "Description", "ColumnParametersSummary", and
          "fcsinfoNames". 

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

     "_p_r_i_n_t-_m_e_t_h_o_d_s" 'signature(x = "FCSsummary")': prints the output
          of the summary statistics of the data and the metadata

     "_s_h_o_w-_m_e_t_h_o_d_s" 'signature(object = "FCSsummary")': same as "print"

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

     A.J. Rossini, J.Y. Wan, and Zoe Moodie

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

     Trevor Hastie, Robert Tibshirani, and Jerome Friedman. The
     Elements of Statistical Learning: Data Mining, Inference, and
     Prediction. Springer Series in Statistics : New York, 2001.
     pp.279-283.

     Jerome H. Friedman and Nicholas I. Fisher. Bump Hunting in
     High-Dimensional Data. Tech Report. October 28, 1998.

     J. Paul Robinson, et al. Current Protocols in Cytometry.  John
     Wiley & Sons, Inc : 2001.

     Mario Roederer and Richard R. Hardy. Frequency Difference Gating:
     A Multivariate Method for Identifying Subsets that Differe between
     Samples. Cytometry, 45:56-64, 2001.

     Mario Roederer and Adam Treister and Wayne Moore and Leonore A.
     Herzenberg. Probability Binning Comparison: A Metric for
     Quantitating Univariate Distribution Differences. Cytometry,
     45:37-46, 2001.

     Keith A. Baggerly. Probability Binning and Testing Agreement
     between Multivariate Immunofluorescence Histograms: Extending the
     Chi-Squared Test. Cytometry, 45:141-150, 2001.

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

     '"FCS-class"', '"show-methods"', '"print-methods"'

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

     default.sum<-new("FCSsummary")

     ## show, print
     default.sum

