Finds the package names that have a specific biocView.

getPackagesInBiocView(
  view,
  rep = c("BioCsoft", "BioCann", "BioCexp", "BioCextra"),
  biocVersion
)

Arguments

view

The biocView of interest. For example "Proteomics".

rep

Repository of interest. One of "BioCsoft", "BioCann", "BioCexp" or `"BioCextra"1.

biocVersion

A character with the Bioconductor version of interest. For example "2.14".

Value

An instance of class BiocView. NULL if the the biocView was not found.

Author

Laurent Gatto