powered by
Extract the simultaneous principal curves from an object containing slingshot output.
slingshot
slingCurves(x, ...)# S4 method for PseudotimeOrdering slingCurves(x, as.df = FALSE)# S4 method for SingleCellExperiment slingCurves(x, ...)# S4 method for SlingshotDataSet slingCurves(x, as.df = FALSE)
# S4 method for PseudotimeOrdering slingCurves(x, as.df = FALSE)
# S4 method for SingleCellExperiment slingCurves(x, ...)
# S4 method for SlingshotDataSet slingCurves(x, as.df = FALSE)
an object containing slingshot output.
additional parameters to be passed to object-specific methods.
logical, whether to format the output as a data.frame, suitable for plotting with ggplot.
data.frame
ggplot
A list of smooth lineage curves, each of which is a principal_curve object.
principal_curve
# NOT RUN { data("slingshotExample") rd <- slingshotExample$rd cl <- slingshotExample$cl pto <- slingshot(rd, cl, start.clus = '1') slingCurves(pto) # }
Run the code above in your browser using DataLab