Integrating R and Python with reticulate

Posted on Sun 20 March 2022 in R • Tagged with reticulate, gff, GenomicRanges, pyranges, BSgenome

Introduction

reticulate is an R package that allows interoperability between R and Python. I recently discovered this package, and I have been excited to efficiently run Python scripts inside an R session, bringing the best of both worlds.

In this post, I will demonstrate reticulate with two scripts. First, I …


Continue reading