This function installs the MCL (Markov Cluster) program, which is required for the main functions of the scigenex package. MCL is a cluster algorithm that uses stochastic flow simulation to cluster graphs.

install_mcl(conf_arg = NULL)

Arguments

conf_arg

Some arguments for ./configure. E.g 'CC=gcc CFLAGS="-O2 -Wall -fcommon"'.

Value

None.

Examples

# Install MCL
install_mcl()
#> |-- INFO :  Creating a path for mcl installation: /Users/puthier/.scigenex 
#> |-- INFO :  Installing MCL. 
#> |-- INFO :  MCL program installed.