R/installBioc.R

# ================================================================
# Useful functions for working with bioconductor
# ================================================================

# install package from bioconductor
install.bioc = function(package)
	{
	source("https://bioconductor.org/biocLite.R")
	biocLite(package,lib=.libPaths()[1],lib.loc=.libPaths()[1])
	}
SteeleCD/steeleLib documentation built on May 9, 2019, 3:05 p.m.