Open nathandunn opened 3 years ago
Probably the best strategy would be that on analysis, for each cohort we automatically store the returned results for each cohort with a max filter of 200 or so, one for each sorting preference.
this might be difficult as the mean map is necessary to calculate samples as one needs to re-order samples based on what is passed in.
It is several MB's of data vs several K for the default. The default app does this via multiple smaller calls, but also for calls for ONLY the samples needed. So the solutions are:
Easiest might be:
Note that we can cache the meanmap score over all samples for all of them, especially, if we can limit the number of gene sets, etc. . . . however, we will need to calculate from scratch, otherwise.