quantileTruncate: Quantile normalize, truncate, and scale

View source: R/mfishMapping.r

quantileTruncateR Documentation

Quantile normalize, truncate, and scale

Description

Quantile normalize, truncate, and scale a numeric vector (e.g. mFISH data from one gene)

Usage

quantileTruncate(x, qprob = 0.9, maxVal = 1, truncate = TRUE, ...)

Arguments

x

input data vector

qprob

probs value to result from quantile (default=0.9)

maxVal

max value for scaling (default=1)

truncate

should data above the qprob threshold be truncated (default=yes)

...

not used

Value

scaled vector


AllenInstitute/mfishtools documentation built on July 5, 2023, 4:20 p.m.