| states {CellTrails} | R Documentation |
Retrieve computed states from a SingleCellExperiment object
states(object)
object |
An object of class |
State information is extracted from colData;
factor levels are alphanumerically ordered by ID.
A factor vector
Daniel C. Ellwanger
SingleCellExperiment findStates
# Example data data(exSCE) states(exSCE)[seq_len(5)]