Learn R Programming

plateCore (version 1.30.0)

compensationSet: Sample Compensation Data Set

Description

Sample Compensation Data Set

Usage

data(plateCore)

Arguments

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).

Source

Sample data set from BD FACS CAP analysis.

See Also

See Also compensation-class

Examples

Run this code
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")

Run the code above in your browser using DataLab