The Bioconductor site

The Bioconductor site has a wealth of great information. Here are some pointers

Other resources

Getting Vignettes in R

Package vignettes are installed inside of R. You can access vignettes in the following ways

  1. Through the online help (for example in RStudio).
  2. Through the vignettes() function in R, but that requires you know the name of the vignette.
  3. Through the browseVignettes() function in Biobase which shows a list of installed vignettes in a browser (this is a different interface to the RStudio help interface).

Corrections

Improvements and corrections to this document can be submitted on its GitHub in its repository.