.trajLandmark<- {CellTrails} | R Documentation |
Stores information on trajectory landmarks
in a SingleCellExperiment
object
.trajLandmark(object, type = c("type", "id", "shape")) <- value
object |
A |
type |
A character in "type", "id", "shape" |
value |
A vector of any type |
An updated object of class SingleCellExperiment
Daniel C. Ellwanger