R/AllClasses.R

##A class which stores the identified data projections for gating as well as the results of the evaluation process for the selected projection.
setClass("GatingProjection", representation(fmeasure='vector', ##F-measure
                                            precision='vector', ##Precision
                                            recall='vector', ##Recall
                                            dimx='vector', ##x-dimension
                                            dimy='vector', ##y-dimension
                                            gates='list', ##Polygon gates
                                            pops='list', ##Cell memberships
                                            subsampleindex='vector',##indexes of the selected subsample 
                                            fmeasures='vector',##F-measure values of multiple randomized attempts
                                            flowEnv='environment')) ##An envirnoment for flowCore's polygon gates and intersect filters.

Try the GateFinder package in your browser

Any scripts or data that you put into this service are public.

GateFinder documentation built on Nov. 8, 2020, 7:53 p.m.