omerfaruk84 / regulome-explorer

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

filtering on correlation values #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
it appears that filtering for negative correlations simply by having the filter 
show "correlation <= 0" does not do anything, whereas changing that "0" value 
to -0.1 or even +0.1 correctly filters for negative correlations (while still 
ranking on p-values)

compare this:
https://cancerregulome-tcga-gdac.appspot.com/addama/apps/RE_AllPairs/?dataset=br
ca_all_14feb_pw&p_type=MIRN&limit=10&correlation=0.01&correlation_fn=%3C%3D

to this:
https://cancerregulome-tcga-gdac.appspot.com/addama/apps/RE_AllPairs/?dataset=br
ca_all_14feb_pw&p_type=MIRN&limit=10&correlation_fn=%3C%3D

(actually you can see that there doesn't appear to be a correlation value 
specified in the second query)

Original issue reported on code.google.com by sreyno...@systemsbiology.org on 16 Feb 2012 at 7:37

GoogleCodeExporter commented 9 years ago
maybe a check-box next to each of the filters would clearly indicate which 
one(s) were on or off?

Original comment by sreyno...@systemsbiology.org on 16 Feb 2012 at 7:51

GoogleCodeExporter commented 9 years ago
No, this is a good catch on buggy code.  It's a logic error from my poor 
understanding of how Javascript describes  0 is equal to '' which is equal to 
false.  Fixed now, though.  The cached library will be updated in a few hours.

Original comment by rkreisberg@systemsbiology.org on 16 Feb 2012 at 9:15