Katsevich-Lab / sceptre

An R package for single-cell CRISPR screen data analysis emphasizing statistical rigor, massive scalability, and ease of use.
https://katsevich-lab.github.io/sceptre/
GNU General Public License v3.0
22 stars 7 forks source link

Add more caching #112

Open ekatsevi opened 4 months ago

ekatsevi commented 4 months ago

Right now we are only caching the response precomputations. It would be good to cache other things as well. For example, if the user sets the sidedness of the test, then runs the gRNA assignment, QC, and calibration check, then decides to change the sidedness of the test, the results from gRNA assignment and QC should be preserved while the calibration check results should be cleared.

ekatsevi commented 4 months ago

This issue is not particularly high priority but I'm putting it here for the future.