You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-28
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,31 @@
2
2
3
3
## Overview
4
4
5
-
These R scripts perform all analyses detailed in the following publication:
5
+
This R code perform all analyses detailed in the following publication:
6
6
7
7
> From toxic waste to beneficial nutrient: acetate boosts *Escherichia coli* growth at low glycolytic flux.
8
8
>
9
-
> P. Millard, S. Uttenweiler-Joseph, B. Enjalbert. bioRxiv, 2022, doi: [10.1101/2022.09.20.506926](https://doi.org/10.1101/2022.09.20.506926)
9
+
> P. Millard, T. Gosselin-Monplaisir, S. Uttenweiler-Joseph, B. Enjalbert. bioRxiv, 2022, doi: [10.1101/2022.09.20.506926](https://doi.org/10.1101/2022.09.20.506926)
10
10
11
11
The model is available in COPASI format in the `./model/` directory, and in SBML format from the Biomodels database (http://www.ebi.ac.uk/biomodels/) under identifier MODEL2005050001. Details on the model can be found in the original publication (Millard et al., 2021, eLife, doi: [10.7554/eLife.63661](https://doi.org/10.7554/eLife.63661)) and at https://github.com/MetaSys-LISBP/acetate_regulation. Experimental data are provided in the `./data/` directory. Calculation results and figures are saved in the `./results/` directory.
12
12
13
-
Details on the calculations can be found in the [original publication](https://doi.org/10.1101/2022.09.20.506926) and in the R scripts.
13
+
Details on the calculations can be found in the [original publication](https://doi.org/10.1101/2022.09.20.506926) and in the Rmd notebook.
14
+
15
+
We distribute an HTML file showing the [notebook’s output after execution](https://htmlpreview.github.io/?https://github.com/MetaSys-LISBP/glucose_acetate_interplay/blob/main/notebook.html)
14
16
15
17
The code is open-source and available under [GPLv3 license](https://www.gnu.org/licenses/gpl-3.0.txt).
16
18
17
19
## Dependencies
18
20
19
-
Some R packages are required.
21
+
If not yet done, download and install [Rstudio](https://posit.co/downloads/).
22
+
23
+
Some R packages are also required.
20
24
21
-
`RColorBrewer`, `gplots`, `pso` and `optimx` can be installed
22
-
by running the following command in an R console:
25
+
`RColorBrewer`, `gplots`, `pso`, `colorspace` and `optimx` can be installed
26
+
by running the following command in the Rstudio console:
@@ -40,38 +44,22 @@ Additional information on CoRC installation and usage are available from the CoR
40
44
41
45
## Usage
42
46
43
-
To run all analyses detailed in the publication and reproduce Figures 1-4, 6 and 7:
47
+
To run all analyses detailed in the publication and reproduce Figures 1-4, 6-7 and EV1-2:
44
48
45
49
- download the [GitHub repository tarball](https://github.com/pierremillard/glucose_acetate_interplay/archive/refs/heads/master.zip) and unpack it somewhere on your disk
46
50
47
-
- open a terminal
48
-
49
-
- go to the code directory, e.g.:
50
-
51
-
```bash
52
-
cd /home/usr/data/glucose_acetate_interplay/
53
-
```
54
-
55
-
- open an R session:
51
+
- start Rstudio
56
52
57
-
```bash
58
-
R
59
-
```
60
-
61
-
- run simulations, generate all figures and perform statistical analyses with:
62
-
63
-
```bash
64
-
source("run_calculations.R")
65
-
```
53
+
- open the file `./notebook.Rmd`
66
54
67
-
All results will be saved in the `./results/` directory.
55
+
The notebook will open in Rstudio, in each cell you can read/modify/execute a proposed code as well as read accompanying comments.
68
56
69
57
## Questions
70
58
If you have any question, please open a new *issue*
71
59
to [our GitHub issue tracker](https://github.com/MetaSys-LISBP/glucose_acetate_interplay/issues) so we could discuss together.
72
60
73
61
## How to cite
74
-
Millard P., Uttenweiler-Joseph S., Enjalbert B. From toxic waste to beneficial nutrient: acetate boosts *Escherichia coli* growth at low glycolytic flux. bioRxiv, 2022, doi: [10.1101/2022.09.20.506926](https://doi.org/10.1101/2022.09.20.506926)
62
+
Millard P., Gosselin-Monplaisir T. Uttenweiler-Joseph S., Enjalbert B. From toxic waste to beneficial nutrient: acetate boosts *Escherichia coli* growth at low glycolytic flux. bioRxiv, 2022, doi: [10.1101/2022.09.20.506926](https://doi.org/10.1101/2022.09.20.506926)
0 commit comments