to_list: Convert: to 'list'

View source: R/to_list.R

to_listR Documentation

Convert: to list

Description

Convert any object to list format.

Usage

to_list(obj, verbose = TRUE)

Arguments

obj

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

verbose

Print messages.

Value

A list object.

Examples

obj <- example_obj("seurat")
obj2 <- to_list(obj)

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