Learn R Programming

BDgraph (version 2.23)

CellSignal: A flow cytometry dataset

Description

This dataset contains flow cytometry of $11$ proteins measured on $11672$ red blood cells.

Usage

data( CellSignal )

Arguments

format

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

source

Data are 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