quantileTruncate.Rd
Quantile normalize, truncate, and scale a numeric vector (e.g. mFISH data from one gene)
quantileTruncate(x, qprob = 0.9, maxVal = 1, truncate = TRUE, ...)
input data vector
probs value to result from quantile (default=0.9)
max value for scaling (default=1)
should data above the qprob threshold be truncated (default=yes)
not used
scaled vector