powered by
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)
is_data_wrapper(dataset)
A list containing id, cell_ids and cell_info (if specified)
A unique identifier for the data. If NULL, a random string will be generated.
NULL
The identifiers of the cells.
Optional meta-information pertaining the cells.
The identifiers of the features.
Optional meta-information pertaining the features.
Extra information to be stored in the wrapper.
A dataset created by wrap_data() or wrap_expression()
wrap_data()
wrap_expression()
dataset <- wrap_data( cell_ids = c("A", "B", "C") ) dataset$cell_ids
Run the code above in your browser using DataLab