From 0a552bc367e34b5e38a40fbd9ec7dc414cc7f456 Mon Sep 17 00:00:00 2001 From: Nathanael I Lichti Date: Wed, 28 Jan 2026 10:45:15 -0500 Subject: [PATCH] Fix file name in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7172c0..4c97bb2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ R code for Beckett at al (2026) The impact of high fat diet on global protein ab ## Contents There are two source code files: -1. `run_fsr.R` executes the analysis. +1. `Beckett_et_al_2026_run_fsr.R` executes the analysis. 2. `Beckett_et_al_2026_fsr_functions.R` defines the top-level `maxQuantFsr()` function used to run the analysis, along with its internal functions and utilities to read data files, calculate theoretical isotope patterns, and perform other tasks. It also includes data frames with information on amino acids and stable isotopes.