Hey folks, I hope you’re enjoying my new approach of integrating the newsletter with my YouTube videos. The feedback I’ve gotten has been very positive. Thank you! I’d love it if you were to reply to this email with a link to the most recent figure you found in your reading of the literature or popular media. This week, I’m sharing with you Figure 5D from a paper recently published in mSystems by Charlie Bayne and colleagues where they looked at the effect of interactions between tryptophan and copper on the toxicity of colibactin. This toxin is produced by a strain of E. coli that has been associated with colorectal cancer. This specific panel shows that the ClbP enzyme is inhibited by increasing concentrations of copper using a fluorescence-based assay; I think the 7H4M is a control to see if copper effects fluorescence on its own. Anyway, I want to encourage you to ask some questions about any plot you find to help you develop your taste and and think through how you would recreate elements of a plot. What type of plot is this? Aside from the data story, what is interesting about this figure? What do you like about it? What don’t you like about it? Can you outline the steps you would take to generate the figure? What are some of the steps you aren’t sure about and would like to learn? First off, the figure is made up of box plots for two treatments depicting the amount of fluorescence at different dilutions of copper. I think this plot was made in R because of the styling of the legend and the other figures in the paper. It appears to me that the box plots are evenly spaced, which suggests that the authors didn’t map the copper concentration to the x-axis and then dodge the box plots by treatment. I’d likely do this by creating a column of concentration-treatment combinations and map that to the x-aesthetic and the percent fluorescence to the y-axis. I’d also map the treatment to the color of the box plot. Second, assuming I’m correct about how they fashioned the x-axis, it’s likely treated each concentration-treatment combination as a unique treatment. They then re-labelled the x-axis with the concentration. I think I would do this with Third, on top of the box plots they have overlaid their triplicate data for each condition as jittered points. As an aside, I feel like the figure probably should have picked one geom and run with it. As you can see the middle of the three points falls on the median line and the other two points fall on the ends of the box plots’ whiskers. The box plot doesn’t really add much. Anyway, I’d use Finally, they moved the legend inside the plotting window and put a black border around the legend. I like that approach since it frees up room in the plot by getting rid of the right margin where the legend normally sits. By putting a black border around the legend, it says “this is the legend, these box plots are legend glyphs and not data”. Aside from questioning whether we really need the box plots with the raw data, I have some other thoughts about this figure that I’d like to try. First, I’d be interested in trying to plot a line through the mean of the three points for each concentration-treatment combination. I’d color the points and the two line by the treatment. Second, I’d like to try putting the x-axis on a log scale. That’s basically what it is, right? The one problem would be the zero since you can’t have zero on a log scale. If you want to give these ideas a try before I get to them in December, here’s some code to give you a data frame that you could use to play with:
|
Hey folks! I’m in proposal writing mode again. Unfortunately, I am finding my weekly search for a data visualization to share with you is leading me down unproductive internet rabbit holes. So, I thought I’d share an idea with you that I hope resonates. If you have any reactions, please send them my way! For the past year or so I have been recreating other people’s data visualizations in an attempt to learn new techniques with R and expand the type of data that I normally visualize. The idea...
Hey folks! Here in the US, vaccines continue to be a hot button issue. I feel like this issue is really an amalgamation of multiple issues including the decline in respect for authority figures, frustration with COVID, inability to assess risk at a personal level, and parents feeling like they are losing rights. Do people really want their kids to get sick unnecessarily? I doubt it. It’s also in the news because the Secretary of Health and Human Services is a vaccine skeptic/denier with many...
Hey folks! Sorry for the hiatus in getting you a newsletter into your inbox. The end of the summer/beginning of the academic year has been pretty chaotic. Actually, I had what I thought would be an interesting plot to recreate, but then I wasn’t able to find the original data and I wasn’t really interested in simulating it. Oh well. I’m also finding it hard to come up with interesting data visualizations from out in the wild. One of my go-to’s, Philip Bump, stopped working for the Washington...