Skip to content

Commit

Permalink
Update library call for domino2 to dominoSignal
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkrishnan committed Mar 20, 2024
1 parent e9792a6 commit 02a5f60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/dominoSignal.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ options(timeout = 300)
```

```{r libraries}
library(domino2)
library(dominoSignal)
library(SingleCellExperiment)
library(plyr)
library(circlize)
Expand Down Expand Up @@ -126,13 +126,13 @@ pbmc_loom$close_all()

## Installation

Installation of dominoSignal from Github can be achieved using the `{remotes}` package. The current stable version is v0.2.2, so we will install that version.
Installation of dominoSignal from Github can be achieved using the `{remotes}` package.

```{r, eval = FALSE}
if(!require(remotes)){
install.packages("remotes")
}
remotes::install_github("FertigLab/[email protected]")
remotes::install_github("FertigLab/dominoSignal")
```

## Building a Signaling Network with dominoSignal
Expand Down

0 comments on commit 02a5f60

Please sign in to comment.