install_python_dependencies function

Installs python dependencies needed for interaction score computation

Installs python dependencies needed for interaction score computation

Uses pip (default) or conda as specified to install all required Python modules. The Python packages are installed into a virtual Python or conda environment called 'r-DrDimont'. The following requirements are installed: numpy, tqdm, python-igraph and ray. The environment is created with reticulate.

install_python_dependencies(package_manager = "pip")

Arguments

  • package_manager: ["pip"|"conda"] Package manager to use (default: pip)

Returns

No return value, called to install python dependencies

  • Maintainer: Katharina Baum
  • License: MIT + file LICENSE
  • Last published: 2022-09-23

Useful links