Description Usage Format Examples
Data and network for analyzing the flow cytometry experiment from Sachs et al. (2005). This dataset contains the raw measurements from these experiments.
1 |
A list with three components:
dag An edgeList containing the consensus network (11 nodes, 17 edges).
data A data.frame with 11 variables and 7466 observations.
ivn A list specifying which nodes are under intervention in each observation.
Compatible with the input to sparsebnData.
1 2 3 | # Create a valid sparsebnData object from the cytometry data
data(cytometryContinuous)
dat <- sparsebnData(cytometryContinuous$data, type = "c", ivn = cytometryContinuous$ivn)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.