In this case, the type of plot is a geom_point, ggplot2's function for a scatter plot, and the expression of the genes GATA3 and ESR1 (estrogen receptor alpha) are mapped to the x and y coordinates, i ...
In Chapter 3, we introduce how to create graphs using ggplot2. This time, we will create a box plot. Box plots provide more representative values than bar charts. By the way, since box plots have been ...