get_bioc: get_bioc

Description Usage Arguments Details Value Author(s) Examples

View source: R/aveytoolkit_get_bioc.R

Description

Get and install Bioconductor packages by name

Usage

1

Arguments

...

The unquoted names of Bioconductor packages to install

Details

This is a convenience function that prevents need to copy/paste from Bioconductor website to get the biocLite function

Value

a character vector containing the names of packages passed into the function (for which installation was attempted but not necessarily completed)

Author(s)

Robert Amezquita, Stefan Avey

Examples

1
2
3
4
5
## Not run: 
## Install Mfuzz and qpcrNorm Bioconductor packages
get_bioc(Mfuzz, qpcrNorm)

## End(Not run)

stefanavey/aveytoolkit documentation built on March 5, 2020, 12:49 a.m.