Description Usage Arguments Value Examples
View source: R/fn_check_and_convert_expr_data.R
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.
1 | check_and_convert_expression_data(expr_data)
|
expr_data |
expr_data as matrix or ExpressionSet |
expr_data as matrix
1 | ## Not run: check_and_convert_expression_data(gene_expr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.