mhorlbeck / ScreenProcessing

62 stars 30 forks source link

Understanding counts_scatter plot #29

Closed yeroslaviz closed 1 year ago

yeroslaviz commented 1 year ago

Hi,

thanks a lot for this great tool.

I'm trying to recreate the counts_scatter plot created in the analysis step. I'm doing ti, so that i can label some of the guides/genes I get as results. I have some outliers in my data and I would like to show which one these are. See attached image for an example.

I'm trying to recreate it in R.

As input file I'm taking the table output mergedcountstable.txt. I hope this is the correct one.

What I don't understand are the colors. I can see ,that there is a separation between the negative controls and the others genes (black and grey). What I don't understand is the yellow-blue scaling at the side.

What values are used here to scale the guides?

thanks

081_fig_counts_scatter

mhorlbeck commented 1 year ago

Yes, the mergedcounts table is the correct one to look at. The labels are the log2 enrichment scores from comparing the two conditions, or normalized phenotype scores in growth values are provided, so those outliers will have a score of ~13. I'll fix the color scale to be centered at 0, which should make the plot a little clearer.

mhorlbeck commented 1 year ago

0ee5192