Skip to contents

Returns column names in colData that correspond to deconvolution results. Optionally filters by a method prefix (e.g., "spatialdwls").

Usage

available_results(deconv, method = NULL)

Arguments

deconv

A SpatialExperiment containing deconvolution results.

method

Optional prefix used to filter result columns (typically the internal method token from spacedeconv::deconvolution_methods, or a custom result_name used when running a method).