Last chance! 50% off unlimited learning
Sale ends in
This function converts objects that contain slingshot
results into a SlingshotDataSet
.
as.SlingshotDataSet(x, ...)# S4 method for PseudotimeOrdering
as.SlingshotDataSet(x)
# S4 method for SingleCellExperiment
as.SlingshotDataSet(x)
# S4 method for SlingshotDataSet
as.SlingshotDataSet(x)
an object containing slingshot
output.
additional arguments to pass to object-specific methods.
A SlingshotDataSet
object containing the slingshot
results from the original object, x
.
# NOT RUN {
data("slingshotExample")
rd <- slingshotExample$rd
cl <- slingshotExample$cl
pto <- slingshot(rd, cl, start.clus = '1')
as.SlingshotDataSet(pto)
# }
Run the code above in your browser using DataLab