A hands-on exercise to explore the use of generative AI for writing scripts to analyze biological datasets.
View the Project on GitHub IFB-ElixirFr/AI-for-scripting-bioanalysis
This folder contains the R implementation of the execise realised during the workshop “Using generative AI to implement a script for bioanalysis”, organised in Paris on June 13, 2025.
Source article: Kelliher, C. M., Leman, A. R., Sierra, C. S. & Haase, S. B. Investigating Conservation of the Cell-Cycle-Regulated Transcriptional Program in the Fungal Pathogen, Cryptococcus neoformans. PLoS Genet 12, e1006453 (2016). DOI 10.1371/journal.pgen.1006453
Performed by Gaëlle Lelandais and the students of the “Diplôme Universitaire Omique (DUO)”
Use an AI to generate an R script that performs the following tasks:
Normalise the data table in 3 steps
The ChatGPT prompting is available here: yeast-cell-cycle_ChatGPT-prompting.md
The final code is available here : yeast-cell-cycle_analysis_2025-06-13.R