-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no output even a warning, when I compute gene-gene distances with the function cal_ot_mat_from_numpy. #5
Comments
Hi @Fufu-Hu, I am not sure about what it could be.
|
encounter similar problems. it has been >4000 CPU hours, but without progress bar, for neither python or R. machine info: Intel(R) Xeon(R) Platinum 9242 CPU @ 2.30GHz the program seems working on another machine for the same data, the progress bar appeared in ~30 CPU hours. machine info: AMD Opteron(tm) Processor 6344 |
Hi @panyuwen, It's hard to know what is going wrong in one machine when it works on another.
|
|
using subset of my original data (17k cells x 10k genes), with default parameters, it takes about 2500 CPU hours from the beginning to the end of the gene.dist.mat step. the progress bar appeared during the final 6 mins (so only 6min recorded on the bar). machine info: Intel(R) Xeon(R) Platinum 9242 CPU @ 2.30GHz ; centos7 |
Do you also select the top genes and coarse grain cells?
If so, what are the dimensions of |
yes, I manually selected genes. gene_expression_updated: (1000, 11352) |
|
Hi!
I installed module gene_trajectory with pip in a conda env.I can comput the gene-gene distances with the seurat data in GeneTrajectory tutorial and the progress _bar are showed in screen.
But when I comput my own seurat data(36077 features across 482 samples), there's nothing in screen. The number of gene used to compute gene-gene distances is 481 and meta-cells is 50.
I run "gene.dist.mat <- cal_ot_mat_from_numpy(ot_cost = cg_output[["graph.dist"]], gene_expr = cg_output[["gene.expression"]], num_iter_max = 50000, show_progress_bar = TRUE)" in R for at least 8 hours with no output even a progress_bar. Is there something I missed?
Hope receive a reply~
The text was updated successfully, but these errors were encountered: