List pathway analysis result names

getPathwayResultNames(inSCE, stopIfNone = FALSE, verbose = FALSE)

Arguments

inSCE

Input SingleCellExperiment object.

stopIfNone

Whether to stop and raise an error if no results found. If FALSE, will return an empty character vector.

verbose

Show warning if no result found. Default FALSE

Value

A character vector of valid pathway analysis result names.

Details

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.

Examples

data(scExample)
getPathwayResultNames(sce)
#> character(0)