forked from Elisseeff-Lab/domino
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update library call for domino2 to dominoSignal
- Loading branch information
1 parent
e9792a6
commit 02a5f60
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ options(timeout = 300) | |
``` | ||
|
||
```{r libraries} | ||
library(domino2) | ||
library(dominoSignal) | ||
library(SingleCellExperiment) | ||
library(plyr) | ||
library(circlize) | ||
|
@@ -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 | ||
|