cds_to_list: Convert: 'CellDataSet' ==> 'list'

View source: R/cds_to_list.R

cds_to_listR Documentation

Convert: CellDataSet ==> list

Description

Convert: CellDataSet ==> list

Usage

cds_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.

Examples

obj <- example_obj("cds")
obj2 <- cds_to_list(obj)

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