List pathway analysis result names
getPathwayResultNames(inSCE, stopIfNone = FALSE, verbose = FALSE)Input SingleCellExperiment object.
Whether to stop and raise an error if no results found. If
FALSE, will return an empty character vector.
Show warning if no result found. Default 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)