How to visualize transformed data as histogram instead of pseudo-color plot? #96
-
Hi there, Related to discussion #95, would it be possible to visualize the arcsinh transformed data as histograms instead of pseudo-color plots using the make.clour.plot()? I find it easier to decide the cofactor that way, which similar to how we would adjust the axes in FlowJo to get Channel values as input. Thank you very much for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@denvercal1234GitHub we don't have a function within Spectre specifically do make histograms (we have nothing against them, I've just always preferred other plots). However, because the data is stored as a simple data.table, you can use any generic plotting function. For example, check out: http://www.sthda.com/english/wiki/ggplot2-density-plot-quick-start-guide-r-software-and-data-visualization. |
Beta Was this translation helpful? Give feedback.
@denvercal1234GitHub we don't have a function within Spectre specifically do make histograms (we have nothing against them, I've just always preferred other plots). However, because the data is stored as a simple data.table, you can use any generic plotting function. For example, check out: http://www.sthda.com/english/wiki/ggplot2-density-plot-quick-start-guide-r-software-and-data-visualization.