Selects a Conda environment with Python packages used in singleCellTK.

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

if (FALSE) {
sctkPythonInstallConda(envname = "sctk-reticulate", selectConda = FALSE)
selectSCTKConda(envname = "sctk-reticulate")
}