| FindTrajectory | R Documentation |
Conduct cell trajectory inference by Slingshot on one dataset and draw the trajectory.
FindTrajectory(count, label, title)
count |
A scRNA-seq data matrix. |
label |
A vector of doublet annotations (0/1). |
title |
A title of the visualization. |
No return values.
data.trajectory <- readRDS('.../sim_psudotime_bifurcating.rds')
count <- data.trajectory$count
label <- data.trajectory$label
FindTrajectory(count=count, label=label, title='Contaminated Data')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.