User Tools

Site Tools


tutorials:r_plots

R plots

Box plots

An user guide to walk through data visualization by box plot in R.
Please download the tutorial and open with browser (like Chrome) for more detail.

R Markdown Document for Boxplots

One batch with replicates

Sample input

R script

Sample output

Plots can be exported as PDF or PNG files. Here shows the PNG files.

  • Version 1: Displays all data points using a single, uniform color.
  • Version 2: Colors data points by Strain and adds statistical significance group labels at the top.


Multiple batches with replicates

Sample input

R script

Sample output

Plots can be exported as PDF or PNG files. Here shows the PNG files.

  • Version 1: Displays data with batches shown in distinct colors.
  • Version 2: Displays batches in distinct colors and adds statistical significance group labels at the top.
tutorials/r_plots.txt · Last modified: by hychang