RGLab / MAST

Tools and methods for analysis of single cell assay data in R
224 stars 57 forks source link

p value = 0 #160

Closed shokohirosue closed 3 years ago

shokohirosue commented 3 years ago

Hi, I get many genes which have p value of 0. Do you know why this could be?

Thank you very much for your help!

amcdavid commented 3 years ago

I would expect this behavior if the test statistic is large in magnitude and the p value is within machine epsilon of zero.

On Thu, Jun 3, 2021, 5:00 AM shokohirosue @.***> wrote:

Hi, I get many genes which have p value of 0. Do you know why this could be?

Thank you very much for your help!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RGLab/MAST/issues/160, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALLAHVN3ZZP4UB6IBPKYCTTQ5ADHANCNFSM46AKYJHQ .

shokohirosue commented 3 years ago

Thank you!