-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Nicola Casiraghi edited this page Oct 1, 2019
·
12 revisions
abemus
can be installed from github:
# install required libraries (if necessary)
install.packages( "devtools" )
install.packages( "data.table" )
install.packages( "parallel" )
# install abemus
library( "devtools" )
devtools::install_github("cibiobcg/abemus", build_vignettes = T)
# load
library( "abemus" )
library( "data.table" )
library( "parallel" )
Department of Cellular, Computational and Integrative Biology (CIBIO) at University of Trento, Italy.