Learn R Programming

BDgraph (version 2.7)

CellSignal: A flow cytometry dataset

Description

This data set contains flow cytometry of $p = 11$ proteins measured on $n = 11672$ cells.

Usage

data(CellSignal)

Arguments

format

The format is a list with 11672 rows (number of cells) and 11 column (number of proteins).

source

It is publicly available at http://www.sciencemag.org/content/308/5721/523/suppl/DC1

Examples

Run this code
data(CellSignal)
  head(CellSignal)
  boxplot(CellSignal)

Run the code above in your browser using DataLab