Closed Mingsenli closed 8 months ago
Hi, thank you very much for reporting those issues. After looking into it, I've identified some bugs within those functions. I will fix it as soon as possible and keep you updated.
Hi @Mingsenli, thank you again for raising those issues. For the first error, you can change the lap.action()
to lap.action_t()
. We will update the LAP tutorial soon. Sorry for the confusion. The second error will be fixed in this pull request. I also updated the networkx API. You can update networkx version If you have some problems with from_scipy_sparse_matrix/from_scipy_sparse_array
. Let me know if you have further questions.
Hi @Sichao25 ,Thank you for your help. I don't understand how to solve the second error. How to update networkx version?
Once the pull request has been merged, you can download the latest Dynamo from GitHub and the kinetic_heatmap
problem will be gone. If the latest Dynamo raises an error like networkx.convert_matrix has no attribute called from_scipy_sparse_array
, you may need to update your networkx version. You can do that by pip install <package_name> -U
or conda update <package_name>
depending on your environment.
Hi, @Sichao25 , I installed the latest Dynamo from GitHub (v1.3.2), but dyn.pl.kinetic_heatmap still failed to work. The same error was reported.
It's because the pull request has not been merged. It will be merged in a few days after review.
Hi, @Sichao25 , I see that the pull request has been merged and I installed the latest Dynamo. But dyn.pl.kinetic_heatmap still failed to work. The same error was reported.
I see. Could you tell me how you install the Dynamo? If you are using the v1.3.2 Dynamo, the same error will be reported because the released version is "tagged" on a specific commit. You may need to install it from the latest code or wait for the next release.
I downloaded the latest dynamo-release-master from "code" and the time_series.py in my installation file has been updated as indicated in the Github "pull requests". I installed this newest dynamo in a new enviroment. So it is very strange.
hi @Sichao25, so how can i solve this problem related to dyn.pl.kinetic_heatmap?
I see. Is the error message still the same? The kinetic_map works in my environment and Google Colab with Dynamo installed from github. Could you also try using Colab to test it, you can find the link in our readthedocs.
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days
@Xiaojieqiu, Hi, Dr.Qiu: Congratulations on setting up your own independent lab!Looking forward to your better works I am meetting two errors when plotting the kinetic heatmap of the transcription factor expression along LAP. I hope you can help to solve. Thank you very much.
The codes are as follows: