shiftZeros | R Documentation |
Shifts zeros by changing values lower than minSignal
to a random numeric in the range of (1/4 to 3/4) * minSignal
. This is done to prevent zero signals to stack at 0.
shiftZeros(counts, minSignal)
counts |
a set of numeric or integer values. |
minSignal |
a numeric or integer specifying the minimal signal amount. |
Returns the modified count values.
Rehrauer, Hubert
Schmid, Peter
shiftZeros(1:10, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.