runTSCAN | R Documentation |
Wrapper for obtaining a pseudotime ordering of the cells by projecting them onto the minimum spanning tree (MST)
runTSCAN(
inSCE,
useReducedDim = "PCA",
cluster = NULL,
starter = NULL,
seed = 12345
)
inSCE |
Input SingleCellExperiment object. |
useReducedDim |
Character. A low-dimension representation in
|
cluster |
Grouping for each cell in |
starter |
Character. Specifies the starting node from which to compute
the pseudotime. Default |
seed |
An integer. Random seed for clustering if |
The input inSCE
object with pseudotime ordering of the cells
along the paths and the cluster label stored in colData
, and other
unstructured information in metadata
.
Nida Pervaiz
data("mouseBrainSubsetSCE", package = "singleCellTK")
mouseBrainSubsetSCE <- runTSCAN(inSCE = mouseBrainSubsetSCE,
useReducedDim = "PCA_logcounts")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.