getPathwayResultNames | R Documentation |
List pathway analysis result names
getPathwayResultNames(inSCE, stopIfNone = FALSE, verbose = FALSE)
inSCE |
Input SingleCellExperiment object. |
stopIfNone |
Whether to stop and raise an error if no results found. If
|
verbose |
Show warning if no result found. Default |
Pathway analysis results will be stored as matrices in
reducedDims
slot of inSCE
. This function lists the result names
stored in metadata
slot when analysis is performed.
A character vector of valid pathway analysis result names.
data(scExample)
getPathwayResultNames(sce)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.