rajewsky-lab / novosparc

BSD 3-Clause "New" or "Revised" License
125 stars 41 forks source link

Some fixes to reconstruction examples, reconstruction notebook figures still wrong #21

Closed patrickaoude closed 4 years ago

patrickaoude commented 4 years ago

Hi,

I attempted to run both the python notebook and bdtnp scripts and encountered some issues with both.

For reconstruct_bdtnp_with_markers.py: My first commit downsamples cells to 3039 since that appears to be the number present in the current output image: 3039_cells_3039_locations.png. I have replaced this image since it seems like the point sizes are better now. I also kept the updates to results.txt and sdge_3039_cells_3039_locations, although I can drop these if you would prefer.

Before: image

After: image

For reconstruct_drosophila_embryo_tutorial.ipynb: My second commit contains numerous fixes to the python notebook, although my output still doesn't appear right. Any advice would be appreciated on producing the last 6 figures of various gene expression in the embryo. Fixes include:

These changes allow me to run the entire notebook from start to finish without errors, but I still see some issues:

Before: image

After: image

Before: image

After: image

As a computational biology PhD student, I am hoping to utilize your tool for analyzing some single cell data in the lab.

Best, Patrick