broadinstitute / 2022_PERISCOPE

This repository contains all supporting analyses and files for Ramezani, Bauman, Singh, and Weisbart, et al. "A genome-wide atlas of human cell morphology".
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Final cleanup #12

Closed ErinWeisbart closed 10 months ago

ErinWeisbart commented 1 year ago

I'm merging in my changes as I consider them "final-draft". Before considering them truly final, they need

I'm noting here a list of other cleanup that I know is necessary:

common_files

Hit_Calling

Figure 2

Figure 3

Figure 4

Figure 5

ErinWeisbart commented 1 year ago

@MerajRamezani I've updated Fig4 plots to have black along the diagonal in this commit

Basically, I'm adding another heatmap on top that is masked to only the diagonal and the diagonal values are set to be black.

ax = sns.heatmap(corr, mask = np.logical_not(np.diag(np.diag(corr))),linecolor='white', cmap = "mako", vmin=1, vmax=2,cbar=False)

I also cleaned up the axis labels a bit - there were ticks on one side but not the other and the x labels weren't center justified on their columns. Can you propagate these changes to other figures that have heatmaps? Thanks!

MerajRamezani commented 1 year ago

@mlozada21 make sure to add the description for Barcode.csv. I am currently working on the fig 4a.