Hi, thank you for developing the ARACNe software. I'm using it to generate single cell network for a matrix of 15,000 cells and 20,000 genes and 800 transcription factors using the following command. It took more than one week and only about 30 seeds were finished. Would you please tell me Is there anyting wrong? is there any thing I can do to make it faster? How long does it usually takes to run this kind of dataset? Thank you very much.
for i in {1..100};
do
java -Xmx5G -jar /2_zhanglab/xueying/software/metaVIPER/Aracne.jar -e mouse_scRNAseq.tsv -o outputFolder1 --tfs cotf-mus-current-symbol.dat --pvalue 1E-8 --seed $i --threads 50;
done
Hi, thank you for developing the ARACNe software. I'm using it to generate single cell network for a matrix of 15,000 cells and 20,000 genes and 800 transcription factors using the following command. It took more than one week and only about 30 seeds were finished. Would you please tell me Is there anyting wrong? is there any thing I can do to make it faster? How long does it usually takes to run this kind of dataset? Thank you very much.
for i in {1..100}; do java -Xmx5G -jar /2_zhanglab/xueying/software/metaVIPER/Aracne.jar -e mouse_scRNAseq.tsv -o outputFolder1 --tfs cotf-mus-current-symbol.dat --pvalue 1E-8 --seed $i --threads 50; done