Skip to content

tengfei/visnab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

Releases

No releases published

Packages

No packages published

Languages