Hi,
I have a dataset of 95,000 cells and 6 cell types.
I want to include other methods in addition to default methods in liana_wrap(), including CellChat.
With just default methods, it took ~20 min to run liana_wrap() in RStudio Server.
I had worked with CellChat before with my dataset. I don't remember the details but it took several hours as a slurm job. I think the 'permutation' part in CellChat takes time and perhaps needs parallelization.
To run Liana with my dataset and with more methods (requiring permutation), what would be your recommendation for the parameters in slurm?
Does this sound good or too much/less?
sbatch -t 11-00:00:00 -n 128 --mem=500g
Thank you.
Best,
Jiseok
Hi,
I have a dataset of 95,000 cells and 6 cell types.
I want to include other methods in addition to default methods in liana_wrap(), including CellChat.
With just default methods, it took ~20 min to run liana_wrap() in RStudio Server.
I had worked with CellChat before with my dataset. I don't remember the details but it took several hours as a slurm job. I think the 'permutation' part in CellChat takes time and perhaps needs parallelization.
To run Liana with my dataset and with more methods (requiring permutation), what would be your recommendation for the parameters in slurm?
Does this sound good or too much/less?
sbatch -t 11-00:00:00 -n 128 --mem=500g
Thank you.
Best,
Jiseok