1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 04:21:52 +02:00

(v2.1.1.9089) website update

This commit is contained in:
2024-10-04 15:44:05 +02:00
parent 9fb891eee2
commit 0736ac7a7e
23 changed files with 925 additions and 1549 deletions

View File

@ -28,8 +28,6 @@ The `AMR` package for R is an incredible tool for antimicrobial resistance (AMR)
The best way is to access R directly from Python with the help of `rpy2`, a simple yet powerful Python package. You can easily call functions from the `AMR` package to process your own data in your own Python environment. This post will guide you through setting up `rpy2` and show you how to use R functions from `AMR` in Python to supercharge your antimicrobial resistance analysis.
<a href="https://chatgpt.com/g/g-M4UNLwFi5-amr-for-r-assistant"><img src="../AMRforRGPT.svg" style="min-width: 300px; width: 10%;" /></a>
# What is `rpy2`?
`rpy2` is a Python library that allows Python users to run R code within their Python scripts. Essentially, it acts as a bridge between the two languages, allowing you to tap into the rich ecosystem of R libraries (like `AMR`) while maintaining the flexibility of Python.