List pathway analysis result names
getPathwayResultNames(inSCE, stopIfNone = FALSE, verbose = FALSE)
A character vector of valid pathway analysis result names.
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.
data(scExample)
getPathwayResultNames(sce)
#> character(0)