Name Mode Size
R 040000
data 040000
inst 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. The corresponding publication has been published in IEEE TCBB: Pascal Schlosser, Jochen Knaus, Maximilian Schmutz, Konstanze Döhner, Christoph Plass, Lars Bullinger, Rainer Claus, Harald Binder, Michael Lübbert and Martin Schumacher, Netboost: Boosting-supported network analysis improves high-dimensional omics prediction in acute myeloid leukemia and Huntington's disease, IEEE/ACM Trans Comput Biol Bioinform (2021): 10.1109/TCBB.2020.2983010. 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). Required for building are C/C++ compilers, GNU make, GZIP, Perl. # Installation ``` if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("netboost", version = "3.12") ``` # Example ```R browseVignettes("netboost") ``` # Contact If you have any issues using the package then please get in touch with Pascal Schlosser (pascal.schlosser at uniklinik-freiburg.de). Bug reports etc are most welcome, we want the package to be easy to use for everyone!