powered by
A data wrapper for datasets and trajectories
wrap_data(id = NULL, cell_ids, cell_info = NULL, ...)is_data_wrapper(dataset)
is_data_wrapper(dataset)
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.
Extra information to be stored in the wrapper.
A dataset created by wrap_data() or wrap_expression()
wrap_data()
wrap_expression()
A list containing id, cell_ids and cell_info (if specified)
# NOT RUN { dataset <- wrap_data( cell_ids = c("A", "B", "C") ) dataset$cell_ids # }
Run the code above in your browser using DataLab