View source: R/fn_check_and_convert_expr_data.R
check_and_convert_expression_data | R Documentation |
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.
check_and_convert_expression_data(expr_data)
expr_data |
expr_data as matrix or ExpressionSet |
expr_data as matrix
## 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.