vignettes/appendix_scripts/installation_script.R

# Project: BiclustGUI
# 
# Author: lucp8394
###############################################################################


install.packages("biclust")
#install.packages("BcDiag")
install.packages("BcDiag", repos="http://R-Forge.R-project.org") # More up to date at the moment than the CRAN release
install.packages("superbiclust")
install.packages("Rcmdr")
install.packages("isa2")

source("http://bioconductor.org/biocLite.R")
biocLite("iBBiG")
biocLite("fabia")
biocLite("rqubic")
biocLite("BicARE")

install.packages("RcmdrPlugin.BiclustGUI", repos="http://R-Forge.R-project.org")

Try the RcmdrPlugin.BiclustGUI package in your browser

Any scripts or data that you put into this service are public.

RcmdrPlugin.BiclustGUI documentation built on May 23, 2022, 5:06 p.m.