Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 674 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 674 Bytes

How to install

Install some dependencies from Bioconductor

source("http://bioconductor.org/biocLite.R")
biocLite("biovizBase", dep = TRUE)

Please check svn version of MutableRanges/biovizBase, and install them from command line by using R CMD INSTALL

svn co https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MutableRanges/
svn co https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/biovizBase/

Install object* and visnab

if(!require(devtools)) install.packages("devtools")
library(devtools)
install_github("objectWidgets", "ggobi")
install_github("objectWidgetsQt", "tengfei")
install_github("visnab", "tengfei")