get.data | R Documentation |
Extract a dataset from a SPEAR object.
get.data(name = NULL)
name |
Name for the stored MultiAssayExperiment dataset in the SPEAR object. |
SPEAR <- SPEAR$new(...)
# add a dataset under SPEAR$data$dataset1:
SPEAR$add.data(MultiAssayExperiment(...), response = "death", name = "dataset1")
# extract the dataset stored under SPEAR$data$dataset1:
data <- SPEAR$get.data("dataset1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.