Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zouter committed Apr 6, 2018
1 parent e7e751a commit e6afea8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .readme_files/extract_goldstandard-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .readme_files/simulate-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ params <- simple_params
options(ncores = 1)
```

Generating a regulatory network and a system of differential equation
Generating a regulatory network and a system of differential equations

``` r
model <- invoke(generate_model_from_modulenet, params$model)
Expand Down Expand Up @@ -58,13 +58,13 @@ plot_goldstandard_heatmap(simulation, gs)

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

Simulate the single-cell RNA-seq experiment
Simulating the single-cell RNA-seq experiment

``` r
experiment <- invoke(run_experiment, params$experiment, simulation, gs)
```

Normalise the data
Normalising the data

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

0 comments on commit e6afea8

Please sign in to comment.