powered by
This function converts objects that contain slingshot results into a SlingshotDataSet.
slingshot
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)
# 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.
x
PseudotimeOrdering
# 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