sachs | R Documentation |
Flow cytometry data and causal model from Sachs et al. (2005).
sachs
"sachs" is a list of 5 objects:
"rawdata", a list of 14 data.frames containing raw flow cytometry data (Sachs et al., 2005);
"graph", consensus signaling network;
"model", consensus model (lavaan syntax);
"pkc", data.frame of 1766 samples and 11 variables, containing cd3cd28 (baseline) and pma (PKC activation) data;
"group", a binary group vector, where 0 is for cd3cd28 samples (n = 853) and 1 is for pma samples (n = 913).
"details", a data.frame containing dataset information.
Sachs K, Perez O, Pe'er D, Lauffenburger DA, Nolan GP (2019). Causal Protein-Signaling Networks Derived from Multiparameter Single-Cell Data. Science, 308(5721): 523-529.
# Dataset content
names(sachs$rawdata)
dim(sachs$pkc)
table(sachs$group)
cat(sachs$model)
gplot(sachs$graph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.