plotTSCANResults | R Documentation |
A wrapper function which visualizes outputs from the
runTSCAN
function. Plots the pseudotime ordering of the cells
and project them onto the MST.
plotTSCANResults(inSCE, useReducedDim = "UMAP")
inSCE |
Input SingleCellExperiment object. |
useReducedDim |
Saved dimension reduction name in |
A .ggplot
object with the pseudotime ordering of the cells
colored on a cell 2D embedding, and the MST path drawn on it.
Nida Pervaiz
data("mouseBrainSubsetSCE", package = "singleCellTK")
mouseBrainSubsetSCE <- runTSCAN(inSCE = mouseBrainSubsetSCE,
useReducedDim = "PCA_logcounts")
plotTSCANResults(inSCE = mouseBrainSubsetSCE,
useReducedDim = "TSNE_logcounts")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.