Hi,
I realized that every time I called the odp() function with the identical input and parameters, I got a totally different results for the statistical significance summary pi0 and cumulative number of significance calls. How is this possible?
here are two different summary(de_obp) of the results using the same command after calling the odp(de_obj, verbose=FALSE, n.mods=50, bs.its=100) consecutively
Statistical significance summary:
pi0: 0.1436803
Cumulative number of significant calls:
<1e-04 <0.001 <0.01 <0.025 <0.05 <0.1 <1
p-value 87 156 263 304 337 368 495
q-value 92 195 336 384 418 471 495
local fdr 58 132 239 282 316 346 484
the second result:
Statistical significance summary:
pi0: 0.2391582
Cumulative number of significant calls:
<1e-04 <0.001 <0.01 <0.025 <0.05 <0.1 <1
p-value 146 199 275 316 341 373 495
q-value 151 217 317 362 389 436 495
local fdr 121 174 228 266 294 326 448
thanks in advance for any kind of help.
Dewi
Hi,
I realized that every time I called the
odp()function with the identical input and parameters, I got a totally different results for the statistical significance summary pi0 and cumulative number of significance calls. How is this possible?here are two different
summary(de_obp)of the results using the same command after calling theodp(de_obj, verbose=FALSE, n.mods=50, bs.its=100)consecutivelythe second result:
thanks in advance for any kind of help.
Dewi