norm_pixel | R Documentation |
pixel normalisation dispatch function
norm_pixel(embeds, type = c("minmax", "quantile_norm", "z_norm"))
embeds |
a embedding vector |
type |
string "minmax" or "quantileNorm" |
how pixels should be normalised At the moment only miman is used. Quantile needs to be tested.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.