plotTrajectoryFit {CellTrails} | R Documentation |
Method visualizes the fitting residuals along the trajectory backbone.
plotTrajectoryFit(sce)
sce |
A |
Shows the trajectory backbone (longest shortest path between two samples) and the fitting deviations of each sample indicated by the perpendicular jitter. Data points are colorized by state.
A ggplot
object
Daniel C. Ellwanger
fitTrajectory
trajResiduals
# Example data data(exSCE) plotTrajectoryFit(exSCE)