Learn R Programming

DrDimont (version 0.1.4)

install_python_dependencies: Installs python dependencies needed for interaction score computation

Description

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.

Usage

install_python_dependencies(package_manager = "pip")

Value

No return value, called to install python dependencies

Arguments

package_manager

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