Installs a conda environment contains ONTraC. This includes a miniconda installation and also a set of python packages that Giotto may often use. See details for further information
installGiottoONTraCEnvironment(
python_version = "3.11.9",
ontrac_version = "latest",
mini_install_path = NULL,
confirm = TRUE,
envname = "giotto_ontrac_env",
conda = "auto",
force_miniconda = FALSE,
force_environment = FALSE,
verbose = NULL
)
python version to use within the giotto conda environment. Default is v3.11.9
ONTraC version to install. Default is "latest"
(optional) desired miniconda installation location. Default is chosen by `reticulate::install_miniconda()`
whether to pause for confirmation of conda environment install location (default = TRUE)
name to assign environment. Default = "giotto_ontrac_env"
either "auto" (default) to allow reticulate to handle it, or the full filepath to the conda executable. You can also set the option "reticulate.conda_binary" or `Sys.setenv()` "RETICULATE_CONDA" to tell reticulate where to look.
force reinstallation of miniconda
force reinstallation of the giotto environment
be verbose
python modules (packages) to install for Giotto.
installs a giotto environment using the reticulate miniconda system
This function will install a local conda environment using the miniconda system as implemented by reticulate. Which contains ONTraC and a set of python packages that Giotto may often use.
installGiottoONTraCEnvironment()
#> An environment usable by Giotto is already installed
#> Run `checkGiottoEnvironment()` to see which is being detected.
#> set force_environment = TRUE to reinstall