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-AForward scatter
SSC-ASideward scatter
FITC-ACD14
PE-ACD19
APC-ACD15
APC-Cy7-ACD4
Pacific Blue-ACD3
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.