get_ropenms: Get ropenms handle

Description Usage Arguments Value Author(s) Examples

View source: R/pyopenms.R

Description

Python path can also be set using Sys.setenv(RETICULATE_PYTHON = pythonPath). Also, remove .Rhistory file to avoid conflict with previously used python version.

Usage

1
get_ropenms(pythonPath = NULL, condaEnv = NULL, useConda = TRUE)

Arguments

pythonPath

(string) path of the python program that has pyopenms module.

condaEnv

(string) name of the conda environment that has pyopenms module.

useConda

(logical) TRUE: Use conda environment. FALSE: Use python through pythonPath.

Value

(pyopenms module)

Author(s)

Shubham Gupta, shubh.gupta@mail.utoronto.ca

ORCID: 0000-0003-3500-8152

License: (c) Author (2020) + GPL-3 Date: 2020-06-06

Examples

1
2
3
4
## Not run: 
  ropenms <- get_ropenms(condaEnv = "envName", useConda=TRUE)

## End(Not run)

Roestlab/DIAlign documentation built on Feb. 25, 2021, 5:18 p.m.