Skip to contents

Retrieve a stored interpretation result from a Seurat object

Usage

sn_get_interpretation_result(object, interpretation_name = "default")

Arguments

object

A Seurat object.

interpretation_name

Name of the stored interpretation result.

Value

The stored interpretation-result list.

Examples

if (FALSE) { # \dontrun{
interpretation <- sn_get_interpretation_result(seurat_obj, "annotation_note")
} # }