CutoffCalling {MAGeCKFlute} | R Documentation |
Compute cutoff from a normal-distributed vector.
CutoffCalling(d, scale = 1)
d |
A numeric vector. |
scale |
Boolean or numeric, specifying how many standard deviation will be used as cutoff. |
A numeric value.
CutoffCalling(rnorm(10000))