Description Usage Arguments Value
similar to scales::rescale but use quantile 95
1 | RobustRescale(x, probs = c(0.05, 0.95), max = 10, min = 0, ground = NULL)
|
x |
a vector of numeric |
probs |
get the actual_min and actual_max. this may remove the outliers effect. |
max |
rescale actual_max to this max value |
min |
rescale actual_min to this min value |
ground |
for gene expression , to set 0 as the actual_min |
a vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.