wrap_data | R Documentation |
A data wrapper for datasets and trajectories
wrap_data(
id = NULL,
cell_ids,
cell_info = NULL,
feature_ids = NULL,
feature_info = NULL,
...
)
is_data_wrapper(dataset)
id |
A unique identifier for the data. If |
cell_ids |
The identifiers of the cells. |
cell_info |
Optional meta-information pertaining the cells. |
feature_ids |
The identifiers of the features. |
feature_info |
Optional meta-information pertaining the features. |
... |
Extra information to be stored in the wrapper. |
dataset |
A dataset created by |
A list containing id, cell_ids and cell_info (if specified)
dataset <- wrap_data(
cell_ids = c("A", "B", "C")
)
dataset$cell_ids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.