Convert data values to percent signal.
pct_sig(X, center = median, by = c("column", "all"))
X | a \(T\) by \(N\) numeric matrix. The columns will be normalized to percent signal. |
---|---|
center | A function that computes the center of a numeric vector.
Default: |
by | Should the center be measured individually for each |