proteomicsPackages | R Documentation |
Searches for all the packages with the "Proteomics"
(software), "MassSpectrometry"
(software) and
"MassSepctrometryData"
(data) packages and return their
names, titles and versions as a data.frame
. The
(unexported but documented) underlying functions are
RforProteomics:::getPackagesInBiocView
(to find relevant
package) and RforProteomics:::packageDF
(data.frame
formatting).
proteomicsPackages(biocv, cache = FALSE)
massSpectrometryPackages(biocv, cache = FALSE)
massSpectrometryDataPackages(biocv, cache = FALSE)
biocv |
A |
cache |
A |
A data.frame
with the respective package names,
titles and versions.
Laurent Gatto
head(pp <- proteomicsPackages("3.0"))
ppc <- proteomicsPackages("3.0", cache = TRUE)
all.equal(pp, ppc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.