# NOT RUN {
#Plot the CAPS12 gene for each time point.
plot_gene(filename="CAPS12_time_plot.pdf", gene_name="CAPS12",
groupBy="Time", theme=1, returnData=FALSE)
#Plot the METTL25 gene for each "response" group. Store the long-form data table.
mettl25_dat <- plot_gene(filename="METTL25_time_plot.pdf", gene_name="METTL25",
groupBy="response", theme=2, returnData=TRUE)
# }
Run the code above in your browser using DataLab