Description Usage Details Value Source Examples
flowFrame
data sample with 10.000 events in 7 parameters.
1 |
This FCS sample is a reduced (10.000 events) dataset in flowFrame format of the first sample in the dataset of immunoClust, MACS-depleted populations datasets 2010. URL http://flowrepository.org/id/FR-FCM-ZZWB.
A flowCore
flowFrame
with 10.000 observations on the following
7 parameters.
FCS-A
Forward scatter
SSC-A
Sideward scatter
FITC-A
CD14
PE-A
CD19
APC-A
CD15
APC-Cy7-A
CD4
Pacific Blue-A
CD3
http://flowrepository.org/id/FR-FCM-ZZWB
1 2 3 4 5 6 7 8 9 10 | data(dat.fcs)
## process cell clustering
dat.res <- cell.process(dat.fcs)
## apply asinh-transformation
dat.fcs.transformed <- trans.ApplyToData(dat.res, dat.fcs)
## plot results
splom(dat.res, dat.fcs.transformed)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.