Exploring data with R

This notebook will serve as a template for exploring your data in R. It only shows the main libraries needed (though additional libraries may be needed later), How to read in your saved Phyloseq objects, and how to save your graphs. The best thing to do is to launch a new notebook and then copy the following cells over to the new one. You can create one notebook for all downstream data exploration, or (recommended) create a new one for each major category.

As this notebook serves as a guide, here are some links to other tutorials and cheat sheets for exploring your data:

Import the Phyloseq objects