Hi
I'm using the preprocess module to process single-cell data, particularly with the normalize_batchcorrect and preprocess_for_cnmf functions. When working with large datasets, these preprocessing steps can be time-consuming. I've noticed that the current code doesn't seem to have any explicit parallel processing implementation.
- Are there any parallel acceleration techniques currently implemented in the preprocess module?
- If not, are there any plans to add parallel processing support in future versions?