Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 935 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 935 Bytes

Analysis of Ssp4 and Ssp6 effects on Pseudomonas fluorescens using Tn-seq

The R code to accompany the manuscript “A widely-occurring family of pore-forming effectors broadens the impact of the Serratia Type VI secretion system” by Mark Reglinski, Quenton W. Hurst, David J. Williams, Marek Gierlinski, Alp Tegin Şahin, Katharine Mathers, Adam Ostrowski, Megan Bergkessel, Ulrich Zachariae, Samantha J. Pitt and Sarah J. Coulthurst.

Instructions

The R code in this repository uses renv and targets for reproducibility. renv is used to reproduce the R environment:

install.packages("renv")
renv::restore()

Next, the targets pipeline is invoked with the following command:

targets::tar_make()

Finally, the HTML report, including all figures, can be created with:

quarto::quarto_render("doc/report.qmd")

The HTML file will be created in folder doc.