| getTSCANResults | R Documentation |
SCTK allows user to access all TSCAN related results with
"getTSCANResults". See details.
getTSCANResults(x, analysisName = NULL, pathName = NULL)
## S4 method for signature 'SingleCellExperiment'
getTSCANResults(x, analysisName = NULL, pathName = NULL)
getTSCANResults(x, analysisName, pathName = NULL) <- value
## S4 replacement method for signature 'SingleCellExperiment'
getTSCANResults(x, analysisName, pathName = NULL) <- value
listTSCANResults(x)
## S4 method for signature 'SingleCellExperiment'
listTSCANResults(x)
listTSCANTerminalNodes(x)
## S4 method for signature 'SingleCellExperiment'
listTSCANTerminalNodes(x)
x |
Input SingleCellExperiment object. |
analysisName |
Algorithm name implemented, should be one of
|
pathName |
Sub folder name within the |
value |
Value to be stored within the |
When analysisName = "Pseudotime", returns the list result from
runTSCAN, including the MST structure.
When analysisName = "DEG", returns the list result from
runTSCANDEG, including DataFrames containing genes that
increase/decrease along each the pseudotime paths. pathName indicates
the path index, the available options of which can be listed by
listTSCANTerminalNodes.
When analysisName = "ClusterDEAnalysis", returns the list result from
runTSCANClusterDEAnalysis. Here pathName needs to match
with the useCluster argument when running the algorithm.
Get or set TSCAN results
data("mouseBrainSubsetSCE", package = "singleCellTK")
mouseBrainSubsetSCE <- runTSCAN(inSCE = mouseBrainSubsetSCE,
useReducedDim = "PCA_logcounts")
results <- getTSCANResults(mouseBrainSubsetSCE, "Pseudotime")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.