/iDA

iteractive Data Analysis, implemented under shiny

Primary LanguageRGNU General Public License v3.0GPL-3.0

iDA

R package - iteractive Data Analysis, implemented under shiny

install R package from Github  

install.packages('devtools')
devtools::install_github('lizc07/iDA')

Dependency

source('http://bioconductor.org/biocLite.R')
biocLite(c('Seurat', 'shiny', 'shinydashboard', 'DT', 'igraph', 
           'Rtsne', 'dplyr', 'ggplot2', 'gplots', 'gridExtra', 
           'pheatmap'))
# if necessary
# chooseCRANmirror()
# chooseBioCmirror()