Skip to content

Commit c836b99

Browse files
author
Pierre Millard
committed
update scalaflux wf
1 parent ba870db commit c836b99

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ On Linux, install the R development package, usually called `r-devel` or `r-base
7272
This function builds a test model (network shown in Figure 1A of IsoSim publication), simulates labeling kinetics, and recalculates some fluxes from this theoretical dataset. Most of
7373
the practical situations and features should be covered by these tests.
7474

75-
A folder `test` containing all the results should be created in the working directory (here `/home/usr/isosim/isosim/test/`), and no error should be displayed.
76-
If an error is displayed at the compilation step, check that the set of R development tools is correctly installed.
77-
Please refers to IsoSim code or submit a new issue to our [GitHub issue tracker](https://github.com/MetaSys-LISBP/IsoSim/issues) for other problems.
75+
A folder `test` containing all the results should be created in the working directory (here `/home/usr/isosim/isosim/test/`), and no error should be displayed.
76+
If an error is displayed at the compilation step, check that the set of R development tools is correctly installed.
77+
Please refers to IsoSim code or submit a new issue to our [GitHub issue tracker](https://github.com/MetaSys-LISBP/IsoSim/issues) for other problems.
7878

7979
## ScalaFlux: Scalable <sup>13</sup>C-metabolic flux analysis
8080

doc/scalaflux_workflow.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ Results are saved in subfolder `res_fit_enr`:
270270
271271
```bash
272272
subsystem (list):
273+
$name (str): name of the subsystem
273274
$rxn_subnet (list): definition of the [subnetwork](#construct-a-metabolic-model) of interest
274275
$meta_conc_subnet (vector): named vector of [initial metabolite concentrations](#simulate-labeling-dynamics)
275276
$kp_subnet (vector): named vector of [model parameters](#simulate-labeling-dynamics)
@@ -321,13 +322,13 @@ Results are saved in subfolder `res_fit_enr`:
321322
> res_sub <- fit_subsystems(subsystem_1)
322323
```
323324
324-
Or pass the list of subsystems to analyze all of them at once:
325+
Or pass directly the full list of subsystems/datasets to analyze:
325326
326327
```bash
327328
> res_sub <- fit_subsystems(subsystems, mc.cores=numCores)
328329
```
329330
330-
Flux calculation results are saved in subfolder `fit_subnet_n` (where `n` is the name of the subsystem, e.g. `subsystem_1$name`):
331+
Flux calculation results are saved in subfolder `fit_subnet_n` (where `n` is the name of the subsystem, i.e. which is in `$name`):
331332
332333
`results.pdf`: plot of exp. vs fitted labeling dynamics of all metabolites
333334
@@ -337,7 +338,7 @@ Results are saved in subfolder `res_fit_enr`:
337338
338339
- Save the complete flux calculation results:
339340
340-
To save detailed results (containing the network structure, experimental and fitted data, etc), run:
341+
To save detailed results (containing the network structure, experimental data, optimization details, etc), run:
341342
342343
```bash
343344
> list2file(res_sub, file="results_minimal_subsystems.txt")

0 commit comments

Comments
 (0)