Entering edit mode
7.5 years ago
Björn
▴
110
In this command line while using edgeR, lcpm<-cpm(y,prior.count=5, log=T)
what is the applicability of prior.count there ?
I found "prior.count as average count to be added to each observation to avoid taking log of zero. Used only if log=TRUE."
Is there any range to be used ? How to know which threshold is right ?
Log zero will
-Inf. Adding aprior.countwill make the logged value be countable. Theprior.countshould be small, like the default 0.25 or the min ofyexcept 0 to weaken the effects ony.