Description Usage Arguments Examples
robust scaling uses median an mad instead of mean and row applies the scaling to the columns (samples) by default
1 2 |
data |
matrix or data.frame |
dim |
should rows (1) or columns (2:default) be scaled |
center |
subract median (default:TRUE) |
scale |
scale by mad (default:FALSE) |
preserveScale |
default TRUE , equalize scales but do not change them |
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.