You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,12 @@ liver, and in particular provides a map of the human hepatic immune
50
50
microenvironment.
51
51
52
52
## Usage
53
-
You can install this package by running:
53
+
This is an R package used to explore the single-cell RNAseq data presented in this paper. You can install this package in R by running:
54
54
```{r}
55
55
install.packages("devtools")
56
56
devtools::install_github("BaderLab/HumanLiver")
57
57
```
58
-
It takes a while for this command to run, since data files are larger than your usual github code.
58
+
It takes a while for this command to run, since data files are larger than your usual github code. You only need to run this installation step the first time you use this package on your computer.
59
59
60
60
Then the data can be viewed in the [*scClustViz*](https://baderlab.github.io/scClustViz) Shiny app by running:
0 commit comments