Skip to content

Commit e6afea8

Browse files
committed
update readme
1 parent e7e751a commit e6afea8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
358 Bytes
Loading

.readme_files/simulate-1.png

-1.49 KB
Loading

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ params <- simple_params
1313
options(ncores = 1)
1414
```
1515

16-
Generating a regulatory network and a system of differential equation
16+
Generating a regulatory network and a system of differential equations
1717

1818
``` r
1919
model <- invoke(generate_model_from_modulenet, params$model)
@@ -58,13 +58,13 @@ plot_goldstandard_heatmap(simulation, gs)
5858

5959
![](.readme_files/extract_goldstandard-1.png)![](.readme_files/extract_goldstandard-2.png)
6060

61-
Simulate the single-cell RNA-seq experiment
61+
Simulating the single-cell RNA-seq experiment
6262

6363
``` r
6464
experiment <- invoke(run_experiment, params$experiment, simulation, gs)
6565
```
6666

67-
Normalise the data
67+
Normalising the data
6868

6969
``` r
7070
normalisation <- invoke(dynnormaliser::normalise_filter_counts, params$normalisation, experiment$counts)

0 commit comments

Comments
 (0)