Density, distribution function, quantile function and random
generation for the log2 fold change distribution with parameters
‘a’ and ‘b’ (corresponding to (pseudo-)counts incremented by 1).
Usage
dlfc(x, a, b, log = FALSE)
plfc(q, a, b, lower.tail = TRUE, log.p = FALSE)
qlfc(p, a, b, lower.tail = TRUE, log.p = FALSE)
rlfc(n, a, b)
Value
The density
Arguments
x, q
vector of quantiles
a
non-negative parameter
b
non-negative parameter
log, log.p
if TRUE, probabilities p are given as log(p)
lower.tail
if TRUE (default), probabilities are P[X <= x],
otherwise, P[X > x].