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