selectSCTKConda: Selects a Conda environment

View source: R/reticulate_setup.R

selectSCTKCondaR Documentation

Selects a Conda environment

Description

Selects a Conda environment with Python packages used in singleCellTK.

Usage

selectSCTKConda(envname = "sctk-reticulate")

Arguments

envname

Character. Name of the conda environment to activate.

Value

None. Selects Conda environment.

See Also

conda-tools for more information on using Conda environments with package reticulate. See https://rstudio.github.io/reticulate/ for more information on package reticulate.

See sctkPythonInstallConda for installation of Python modules into a Conda environment. Seeconda-tools for more information on using Conda environments with package reticulate. See https://rstudio.github.io/reticulate/ for more information on package reticulate. See https://docs.conda.io/en/latest/ for more information on Conda environments.

Examples

## Not run: 
sctkPythonInstallConda(envname = "sctk-reticulate", selectConda = FALSE)
selectSCTKConda(envname = "sctk-reticulate")

## End(Not run)

compbiomed/singleCellTK documentation built on Feb. 10, 2024, 3:32 a.m.