rpy2 package
0
0
Entering edit mode
12 months ago

Hello,

What is your opinion on the use of rpy2 for executing an R script within a Conda environment from a Python script? I'm currently facing a scenario where I have an R script and the requirement to run it within a Conda environment through a Python script.

rpy2 • 734 views
ADD COMMENT
0
Entering edit mode

What is your question? Packages like that have their usecases. I personally am more on the opposite site that I use reticulate when I have to call native python functions from inside R, but this is probably the same principle here. Alternatively, use a Rmarkdown or JupyterNoteBook to have multiple languages in a single analysis document.

ADD REPLY
0
Entering edit mode

I have a pipeline coded in Python and an extra script coded in R, and I want to automate the entire process using Python that's why I'm asking the question about rpy2

ADD REPLY
0
Entering edit mode

Are you reinventing Snakemake? Alternatively, just do a system call to run the Rscript. See https://stackoverflow.com/questions/19894365/running-r-script-from-python

ADD REPLY
0
Entering edit mode

I appreciate your suggestion and I'm aware of the existence of Snakemake, which is a powerful tool for managing workflows. However, in my current scenario, I'm exploring different options

ADD REPLY

Login before adding your answer.

Traffic: 1992 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6