Skip to content

Commit 3d400a2

Browse files
authored
Update README.md
1 parent 502d938 commit 3d400a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ liver, and in particular provides a map of the human hepatic immune
5050
microenvironment.
5151

5252
## 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:
5454
```{r}
5555
install.packages("devtools")
5656
devtools::install_github("BaderLab/HumanLiver")
5757
```
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.
5959

6060
Then the data can be viewed in the [*scClustViz*](https://baderlab.github.io/scClustViz) Shiny app by running:
6161
```{r}

0 commit comments

Comments
 (0)