Running groupBaseline twice results in incorrect summary stats

Issue #54 resolved
Jason Vander Heiden created an issue

Passing a Baseline object through groupBaseline() twice seems to mangle the summary stats and/or somehow confuses plotBaselineSummary(). More details when I figure out exactly what's wrong.

Comments (3)

  1. Jason Vander Heiden reporter

    norm=100 in calcBaselineSigma() is to blame. The second pass makes the sigma score 100-fold lower than it should be. I haven't tested it yet, but after skimming the code I suspect calcBaselinePvalue() suffers from the same problem.

  2. Log in to comment