My answer was
that the "change" was not necessarily surprising.
For example , when you have "true log signal" from a
bimodal distribution
logS=c(rnorm(1000,3,1),rnorm(1000,8,2))
# You will see this has two peaks
par(mfrow=c(2,2))
plot(density...logS))
#if the background, log(non-specific binding) come
from
logB=rnorm(2000,6,1)
#then when you plot the histogram of convolution...in
log scale,
plot…
updated 19.6 years ago • noel0925@sbcglobal.net
