Skip to content

Commit

Permalink
install omnipath module
Browse files Browse the repository at this point in the history
  • Loading branch information
jtanevski committed Mar 1, 2024
1 parent 8e59e90 commit 6167296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/FunctionalAndStructuralPipeline.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ library(janitor)
We will use some functions in python since the computation time is significantly shorter than in R. Python chunks start with a #In Python. Install and load the necessary package for Python:

```{r}
py_install("decoupler", pip =TRUE )
py_install(c("decoupler","omnipath"), pip =TRUE)
```

```{python}
Expand Down

0 comments on commit 6167296

Please sign in to comment.