matrix_to_se: Convert: 'matrix' ==> 'SummarizedExperiment'

View source: R/matrix_to_se.R

matrix_to_seR Documentation

Convert: matrix ==> SummarizedExperiment

Description

Convert: matrix ==> SummarizedExperiment

Usage

matrix_to_se(obj, as_sce = FALSE, verbose = TRUE)

Arguments

obj

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

as_sce

Convert to a SingleCellExperiment format.

verbose

Print messages.

Examples

obj <- example_obj("matrix")
obj2 <- matrix_to_se(obj)

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