You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I am currently exploring your research and am particularly interested in the analyses presented in your work. I am attempting to reproduce the figures from your article, specifically the spatial mapping of clusters shown in notebooks/Figure2_Spatial_mapping_of_clusters.ipynb.
However, I encountered an issue with the following code snippet: sc_data = pkl.load(open('HE_single_cell_week5_55_6.pkl', 'rb'))
It appears that the file HE_single_cell_week5_55_6.pkl is missing from the repository. I have looked through the provided data but could not find the corresponding data for this file, which is preventing me from running the code and reproducing the results.
I would greatly appreciate it if you could provide this file or any alternative solution that could help me move forward with my analysis.
Thank you for your time and for sharing your valuable research!
The text was updated successfully, but these errors were encountered:
Hi!
I am currently exploring your research and am particularly interested in the analyses presented in your work. I am attempting to reproduce the figures from your article, specifically the spatial mapping of clusters shown in
notebooks/Figure2_Spatial_mapping_of_clusters.ipynb.
However, I encountered an issue with the following code snippet:
sc_data = pkl.load(open('HE_single_cell_week5_55_6.pkl', 'rb'))
It appears that the file
HE_single_cell_week5_55_6.pkl
is missing from the repository. I have looked through the provided data but could not find the corresponding data for this file, which is preventing me from running the code and reproducing the results.I would greatly appreciate it if you could provide this file or any alternative solution that could help me move forward with my analysis.
Thank you for your time and for sharing your valuable research!
The text was updated successfully, but these errors were encountered: