"FCSgate-class"           package:rflowcyt           R Documentation

_C_l_a_s_s "_F_C_S_g_a_t_e" _F_l_o_w _C_y_t_o_m_e_t_r_y _S_t_a_n_d_a_r_d _e_x_t_e_n_s_i_o_n _t_o _g_a_t_i_n_g

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

     This class of objects extends the class 'FCS-class' to incorporate
     information from gating which is a procedure by which rows or
     cells from the data are selected via one or two dimensional value
     restrictions or gating ranges.

_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("FCSgate", ...)'.
     Essentially this new object includes the 'FCS-class' object.

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

     '_g_a_t_e': Object of class '"matrix"' containing the gating indices
          such that each column corresponds to a different gating
          procedure/index and the rows correspond to the positions of
          the *original* row/cell observations. 

     '_h_i_s_t_o_r_y': Object of class '"vector"' containing the gating
          history strings such that each vector element corresponds to
          a different gating procedure/index and each string contains
          information about the particular gate, column variables that
          were used, and other additional comments.

     '_e_x_t_r_a_c_t_G_a_t_e_d_D_a_t_a._m_s_g': Object of class '"vector"' containing
          strings describing any extraction that took place
          corresponding to each gating procedure/index and history
          string; each string contains information about the particular
          corresponding gate column position and gate name and what
          value index was for inclusion/selection (ie, IndexValue.In)

     '_c_u_r_r_e_n_t._d_a_t_a._o_b_s': Object of class '"vector"' contains the
          current data positional values from the original data 

     '_d_a_t_a': Object of class '"matrix"' which holds integer data such
          that the columns are the variables (usually
          immunofluorescence measurements) and the rows are the cell
          observations. 

     '_m_e_t_a_d_a_t_a': Object of class '"FCSmetadata"' which holds
          information about the file, data, and column variables among
          other items in the header of the original raw FCS binary
          file. 

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

     Class '"FCS"', directly.

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

     No methods defined with class "FCSgate" in the signature.

_N_o_t_e:

     The methods 'createGate' and 'icreateGate', functionally without
     plots or interactively with plots, respectively, extends the
     'FCS-class' to the FCSgate-class.  Some interactive gating schemes
     are noted in 'FHCRC.HVTNFCS' and 'VRC.HVTNFCS'.  Further testing
     after gating is implemented by 'runflowcytests' on the particular
     variable of interest which is usually the Interferon Gamma
     Immunofluoroescence measurement.

_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:

     'createGate', 'icreateGate', 'extractGatedData',
     'extractGateHistory', 'FHCRC.HVTNFCS', 'VRC.HVTNFCS',
     '"FCS-class"', 'runflowcytests'

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

     default.FCSgateobj<-new("FCSgate")

