Description Usage Arguments Value Examples
View source: R/cast_matrix_to_numeric.R
Transforms values in the expression matrix to numeric, to make it compatible with the rest of the functions.
1 | cast_matrix_to_numeric(expression.matrix)
|
expression.matrix |
The expression matrix (usually read from a file) |
The expression matrix transformed to numeric, preserving row and column names. Any values that are not coercible to numeric are replaced by 0.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.