ctlab / genequery-web

0 stars 1 forks source link

p-values #14

Open apredeus opened 8 years ago

apredeus commented 8 years ago
  1. Fix "< 325" into something better
  2. Develop some sort of sorting arrangement for all the p-values less than -325 - e.g. by the size of the overlap.
  3. Change "p-value" into "adj,p"
  4. Add Fisher p-value as well
smolcoder commented 8 years ago
  1. "< - 325" is okay? Something like "-Infinity" you've rejected.
  2. There're internally sorted by log(Fisher's p-value) that almost never reaches the point of -150 at least. So modules are sorted within "-325" interval.
  3. Make separate column as well? Exponential form is preferred?
apredeus commented 8 years ago
  1. yes
  2. ok, let's return Fisher's pvals also then so it's obvious
  3. Yes, also -log(p-value)