what is the function of prior.count in lcpm ?
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 ?
• 3,992 views
•
link
0 answers
No answers yet.
Log in to answer this question.
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.