Name Mode Size
R 040000
data 040000
man 040000
src 040000
tools 040000
vignettes 040000
.BBSoptions 100644 0 kb
.Rbuildignore 100644 0 kb
.gitignore 100644 1 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 1 kb
NEWS 100644 0 kb
README.md 100644 1 kb
cleanup 100755 1 kb
config.guess 100755 43 kb
config.sub 100755 35 kb
configure 100755 190 kb
configure.ac 100644 1 kb
install-sh 100755 15 kb
missing 100755 7 kb
README.md
# Netboost Boosting supported network analysis for high-dimensional omics applications. This package comes bundled with the MC-UPGMA clustering package by Yaniv Loewenstein. # Requirements This package is only working on MacOS and Linux (no Windows atm, sorry). Required for building are C/C++ compilers, GNU make, GZIP, Perl. # Installation ``` # Skip if already installed #install.packages("devtools") # Install from Github # Install netboost devtools::install_github("genepi-freiburg/netboost") ``` # Example ```R nb_example() ```