Description Usage Arguments Details Value Author(s) Examples
View source: R/aveytoolkit_get_bioc.R
Get and install Bioconductor packages by name
1 |
... |
The unquoted names of Bioconductor packages to install |
This is a convenience function that prevents need to copy/paste from Bioconductor website to get the biocLite function
a character vector containing the names of packages passed into the function (for which installation was attempted but not necessarily completed)
Robert Amezquita, Stefan Avey
1 2 3 4 5 | ## Not run:
## Install Mfuzz and qpcrNorm Bioconductor packages
get_bioc(Mfuzz, qpcrNorm)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.