gagneurlab/OUTRIDER

improve z-scores

Closed this issue · 0 comments

Hoeze commented

Correct way to calculate z-scores would be to derive it from the CDF:

cdf = pnbinom(mu=mu, size=theta, q=counts, log.p=TRUE)
zscore = qnorm(as.matrix(cdf), log.p=TRUE)