Right now the backend is implemented so the full dataset is loaded to R in raw format and then annotated. This means if the user supplies a lot of flies, R needs to hold GBs and GBs of data in memory, which eventually causes the kernel to kill the application, making it impossible to analyze the data
Right now the backend is implemented so the full dataset is loaded to R in raw format and then annotated. This means if the user supplies a lot of flies, R needs to hold GBs and GBs of data in memory, which eventually causes the kernel to kill the application, making it impossible to analyze the data