The Bioconductor site has a wealth of great information. Here are some pointers
biocViews
to the left of the page, this might be useful if you are searching for specific functionality.Package vignettes are installed inside of R. You can access vignettes in the following ways
vignettes()
function in R, but that requires you know the name of the vignette.browseVignettes()
function in Biobase which shows a list of installed vignettes in a browser (this is a different interface to the RStudio help interface).Improvements and corrections to this document can be submitted on its GitHub in its repository.