plotTSCANClusterPseudo | R Documentation |
This function finds all paths that root from a given cluster
useCluster
. For each path, this function plots the recomputed
pseudotime starting from the root on a scatter plot which contains cells only
in this cluster. MST has to be pre-calculated with runTSCAN
.
plotTSCANClusterPseudo(
inSCE,
useCluster,
useReducedDim = "UMAP",
combinePlot = c("all", "none")
)
inSCE |
Input SingleCellExperiment object. |
useCluster |
The cluster to be regarded as the root, has to existing in
|
useReducedDim |
Saved dimension reduction name in the SingleCellExperiment object. Required. |
combinePlot |
Must be either |
combinePlot = "all" |
A |
combinePlot = "none" |
A list of |
Nida Pervaiz
data("mouseBrainSubsetSCE", package = "singleCellTK")
mouseBrainSubsetSCE <- runTSCAN(inSCE = mouseBrainSubsetSCE,
useReducedDim = "PCA_logcounts")
plotTSCANClusterPseudo(mouseBrainSubsetSCE, useCluster = 1,
useReducedDim = "TSNE_logcounts")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.