compensationSet: Sample Compensation Data Set

Description Usage Format Author(s) Source See Also Examples

Description

Sample Compensation Data Set

Usage

1

Format

The format is an object of class flowSet composed of 5 flowFrames. The flowSet consists of 4 stained and one unstained flowFrames. Peripheral Blood Mononucleocytes (PBMCs) were stained with FITC (Fluorescein isothiocyanate), PE (phycoerythrin), PerCp (Peridinin-chlorophyll), and APC (Allophycocyanin).

Author(s)

Errol Strain

Source

Sample data set from BD FACS CAP analysis.

See Also

See Also compensation-class

Examples

1
2
3
4
5
6
library(plateCore)
data(plateCore)

# Create the compensation matrix
comp.mat <- spillover(x=compensationSet,unstained=sampleNames(compensationSet)[5],
patt=".*H",fsc="FSC-H",ssc="SSC-H",method="median")

plateCore documentation built on May 6, 2019, 2:41 a.m.