publication_perfect
publication_perfect copied to clipboard
Six hour hands-on to creating publication-quality plots in R
Issue with formatting of the hidden notes in -> https://github.com/hbctraining/publication_perfect/blob/main/lessons/01_Introduction.md#downloaded-data Issue with broken links in this lesson (list of broken links below)-> https://github.com/hbctraining/publication_perfect/blob/main/lessons/05_custom_plot_scales_colors.md - http://www.sthda.com/english/wiki/color-chart-hexadecimal - http://www.datanovia.com/en/blog/ggplot-legend-title-position-and-labels/
In this section -> https://github.com/hbctraining/publication_perfect/blob/main/lessons/bar_plots_exercise.md#adapt-for-the-other-three-plots Make the radial glia plot have a better header similar to the other bar plot.
The gene counts aren't correct - problem generating the data - should update GO terms and plot images. Need to re-wrangle and save GO dataset into R object.
I am not very well-versed in tidyverse, but it might be nice to give a bit more context to what pivot_longer is exactly doing. I figured it out after a...