check_and_convert_expression_data: Checks if expression data is in matrix or ExpressionSet...

Description Usage Arguments Value Examples

View source: R/fn_check_and_convert_expr_data.R

Description

Checks if expression data is in matrix or ExpressionSet format and converts the latter to a standard matrix. Alternatively, a big.matrix descriptor object can be supplied to make use of shared memory between parallelized workers through the bigmemory package.

Usage

1

Arguments

expr_data

expr_data as matrix or ExpressionSet

Value

expr_data as matrix

Examples

1
## Not run: check_and_convert_expression_data(gene_expr)

SPONGE documentation built on Nov. 8, 2020, 5:39 p.m.