Skip to contents

Returns the names of all stored celltyping solutions (excluding the active $ids slot).

Usage

list_celltyping_solutions(x, ...)

# S3 method for class 'TDRObj'
list_celltyping_solutions(x, ...)

Arguments

x

A TDRObj, Seurat, or SingleCellExperiment object.

...

Additional arguments passed to methods.

Value

A character vector of solution names.

Examples

if (FALSE) { # \dontrun{
list_celltyping_solutions(tdr.obj)
# [1] "cell_type_l1" "cell_type_l2" "azimuth_pred"
} # }