gsethi / regulome-explorer

Automatically exported from code.google.com/p/regulome-explorer
0 stars 0 forks source link

Filtering Tools: log(p) threshold does not allow negative numbers #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A typical log(p) threshold might be -6, but the default value is 0.5 and it 
won't let me enter a negative number and it says "the maximum value for this 
field is 0.9"

Original issue reported on code.google.com by sreyno...@systemsbiology.org on 2 Feb 2012 at 5:14

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
It would be better to use -log(p) ( negative log(p))  as a transformation of p, 
as it is always positive.   And base 10 is not a bad idea as well if that is 
not being used :

-log10(p)

Original comment by thors...@systemsbiology.org on 2 Feb 2012 at 5:57

GoogleCodeExporter commented 8 years ago
If we change the data input to the app, we can switch to -log10(p).

For now, it is log10(p) allowing values from 0 to -300.

Original comment by rkreisberg@systemsbiology.org on 2 Feb 2012 at 11:59