R/misc.R
norm_pixel.Rd
pixel normalisation dispatch function
norm_pixel(embeds, type = c("minmax", "quantile_norm", "z_norm"))
a embedding vector
string "minmax" or "quantileNorm"
how pixels should be normalised At the moment only miman is used. Quantile needs to be tested.