Description Usage Arguments Value
0-1 matrix standardization, the propagation feature values are standardized to reflect how much are high/low with respect all the other features in the matrix
1 | scaling_matrix(geno_p, min = 0, max = 1, capping = F)
|
geno_p |
Matrix of profiles (genes x samples) |
min |
Integer number to set the low limit of the range standardization. Default 0 |
max |
Integer number to set the high limit of the range standardization. Default 1 |
The same input matrix with standardized values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.