R/AllGenerics.R, R/slingshot_conditions.R
    slingshot_conditions.RdTest whether or not slingshot should be fitted independently for different conditions or not.
slingshot_conditions(sds, ...) # S4 method for SlingshotDataSet slingshot_conditions(sds, conditions, approx_points = 100, ...) # S4 method for SingleCellExperiment slingshot_conditions(sds, conditions, approx_points = 100, ...) # S4 method for PseudotimeOrdering slingshot_conditions(sds, conditions, approx_points = 100, ...)
| sds | A slingshot object already run on the full dataset. Can be either a
  | 
    
|---|---|
| ... | Other arguments passed to   | 
    
| conditions | Either the vector of conditions, or a character indicating which column of the metadata contains this vector.  | 
    
| approx_points | Passed to   | 
    
A list of SlingshotDataSet, one per condition.