Description Usage Arguments Value Examples
View source: R/percentilenormalize.R
given a matrix of intensity counts, perform min/max norm.
1 | percentilenormalize(data = NULL, percentile = NULL)
|
data |
matrix of numeric data only |
percentile |
numeric value 0.99 default. |
normalized data, each column on [0,1] scale.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.