Skip to content

Commit

Permalink
Remove the multicore tasks evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
r-trimbour committed Jul 16, 2024
1 parent 43cc9a7 commit ac4da17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/chen_vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -316,14 +316,14 @@ The GRN is defined using the multixrank algorithm. It requires to have
<br> This can be parallelised using the njobs argument.
You can also specify the list of genes and the list of TFs to use.

```{r grn, eval=TRUE}
```{r grn, eval=FALSE}
grn <- define_grn(
hummus,
multilayer_f = "chen_multilayer",
njobs = 5
)
```
```{r head_grn, eval=TRUE}
```{r head_grn, eval=FALSE}
grn
```

Expand Down

0 comments on commit ac4da17

Please sign in to comment.