linerthebig.blogg.se

Compensation in flowjo
Compensation in flowjo








compensation in flowjo

Numeric the value that gate coordinates are extended to. It is triggered when gate coordinates are below this value. Numeric the threshold that determine wether the gates need to be extended. Default is FALSE.Ĭharacter vector specifying the keywords to be extracted as pData of GatingSetĬharacter the place where the keywords are extracted from, can be either "XML" or "FCS"Ī logical flag indicates whether the keywords matching needs to be case sensitive. This can be helpful when theįilename or other keywords are not enough to differentiate between samples. Default is '$TOT' (total number of cells) and more keywords can be added to make this GUID.īoolean: A boolean specifying whether to include the flowJo sample ID in a GUID to uniquely identify samples. Logical Should gates be imported, or just the data with compensation and transformation?Ĭharacter vector: The keywords (parsed from FCS header) to be combined(concatenated with "_") with FCS filename When cytoset is provided, path argument is ignored. standardize channels using cytoqc package) and then directly use them for flowJo parsing. It is useful sometime to preprocess the raw fcs files When such mapping is provided, the file system searching is avoided.Ī cytoset object that provides the alternative data source other than FCS files. When it is a ame, it is expected to contain two columns:'sampleID' and 'file', which is used as the mapping between 'sampleID' and FCS file (absolute) path.

Compensation in flowjo code#

The code will search recursively, so you can point it to a location above the files. When character, it is a path to the fcs files that are to be imported. TRUE by default.Įither a character scalar or ame. TRUE|FALSE a logical specifying if the gates, transformations, and compensation should be immediately calculated after the flowJo workspace have been imported. Or an expression to be passed to 'subset' function to filter samples by 'pData' (Note that the columns referred by the expression must also be explicitly specified in 'keywords' argument) Or a character specifying the FCS filenames to be imported. Numeric vector specifying the subset of samples in a group to import. Usually, multiple groups are defined in the flowJo workspace file. If NULL, the groups are printed to the screen and one can be selected interactively. The name or index of the group of samples to be imported. )Īdditional arguments to be passed to FCS parser # S4 method for flowjo_workspace parseWorkspace( obj. The data are not loaded or acted upon until an explicit call to recompute() is made on the GatingHierarchy objects in the GatingSet. Function to parse a flowJo Workspace, generate a GatingHierarchy or GatingSet object, and associated flowCore gates.










Compensation in flowjo