Exercise

Plotting Gene Expression (3)

This experiment was designed to compare different strains of the flu virus but so far you have only been plotting a single strain (Brevig).

Make one plot that compares the expression levels of MX1 for all values of Treatment.

Instructions

200 XP

Create a plot similar to the example plot except:

  • Filter data only by Symbol to keep all values of Treatment
  • Specify the color aesthetic in the ggplot() call to depend on Treatment
  • Modify the group aesthetic in geom_line() to depend on both Replicate and Treatment by using interaction(Replicate, Treatment).