Closed nathandunn closed 3 years ago
When switching cohorts, we get the wrong order for the gene set scores. When I upload a new geneset, especially the same one with a new name (no re-calculation), we get the correct results (pathway sample scores), indicating that the order is wrong:
Correct:
Incorrect:
correct:
vs incorrect:
Its correct, as its still using the client-side activity calculation method, which preserves the zSample scores.
The go id, golabel, gene are in reverse order.
vs bad:
The go id, golabel, gene are in reverse order. Pathway Activity is in the SAME order. Samples are correct.
Pathway sample activity is reversed. As such, the pathway activities are associated with the wrong sample activities. So, only the pathway activities are wrong.
fixes #10