shashibioinfo143
New Member
- Joined
- Jan 3, 2017
- Messages
- 2
Dear sir/mam,
i have query regarding antilog value calculation.
i have values of -log10(pvalue) and i want Pvalue
so value of -log10(pvalue) as x
and divide by 10 so it is x/10 and -(x/10)
used POWER function to calculate antilog value POWER(10, -(x/10))
POWER(10, -(17.70776/10)) i got value 0.016952 but when i reverse i.e when i use this value in -log10(pvalue) formula i get 1.77076 value is it correct way to do
need help
Thank you
i have query regarding antilog value calculation.
i have values of -log10(pvalue) and i want Pvalue
so value of -log10(pvalue) as x
and divide by 10 so it is x/10 and -(x/10)
used POWER function to calculate antilog value POWER(10, -(x/10))
POWER(10, -(17.70776/10)) i got value 0.016952 but when i reverse i.e when i use this value in -log10(pvalue) formula i get 1.77076 value is it correct way to do
need help
Thank you