get_uns: Get unstructured metadata

View source: R/get_uns.R

get_unsR Documentation

Get unstructured metadata

Description

Extract unstructured metadata from any single-cell object.

Usage

get_uns(obj, n = NULL, verbose = TRUE)

Arguments

obj

A single-cell object supported by scKirby. See converters for a table of all supported conversions.

n

The maximum number of elements to return from that list.

verbose

Print messages.

Value

Named list of unstructured objects.

Examples

obj <- example_obj("seurat")
uns <- get_uns(obj)

bschilder/scKirby documentation built on April 22, 2024, 12:13 a.m.