BYSY_Replication

Laurent Lacroix (laurent.lacroix@inserm.fr)


About this repository

To see this text in browser, go there https://lacroixlaurent.github.io/BYSY_Replication/, otherwise this repository can be viewed in RStudio.
This repository contains the scripts used for all the analysis in the one-chromosome yeast replication manuscript Pellet et al., 2025.

Raw data are available from ENA repository under accession number PRJEB89792.

This repository documents the bioinformatics workflows used to compare the replication program of a yeast strain with all 16 chromosomes fused (strain SY14, Shao et al) to the standard 16-chromosome reference strain BY4742.
Genome sequences for SY14 and BY4742 have been downloaded from public database using the accession number from the original SY14 strain publication PRJNA429985.

NFS and nanoTiming experiments have been conducted as in Theulot et al, 2022 and Theulot et al, 2024 respectively (see BYSY publication for more details). NFS and nanoTiming data have been processed with matching reference genome. Please note that these reference genomes do not contain the sequence of the plasmid used to enable BrdU usage (pBL-hsvTKCO-hENT1CO).

The procedure are explained in separate notebooks corresponding to the following processes:

  1. Data transposition

  2. Genomes annotations

  3. Generating RFD profiles

  4. Defining active replication origins in SY and/or BY strain

  5. Importing bibliographic data

  6. Computing OEM

  7. Testing RFD data

  8. Testing Initiation data

  9. Testing nanoTiming data

  10. Generating master table

  11. Generating and testing speed map

The scripts starting with BYSY_FiguresArticle are the one used to generate the figures.
The file Helper_function.R contains accessory R functions used during the analysis.


Code to generate the session info:
library(sessioninfo)
session_info() %>% capture.output(file=”BYSY_Replication_processing_session_info.txt”)