Skip to content

Commit 3cad523

Browse files
Update README.md
1 parent 0950bb5 commit 3cad523

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ Single-cell Pipeline for End to End Data Integration (SPEEDI) is a fully automat
1818

1919
[SPEEDI Website](https://speedi.princeton.edu/)
2020

21-
The SPEEDI website allows users to upload their single cell datasets to our server for processing. Users can then view and download results once processing completes.
21+
The SPEEDI website allows users to upload their single cell datasets to our server for processing. Users can then view and download results once processing completes. Please visit the website to learn more!
2222

2323
## Running SPEEDI Locally
2424

25-
To install SPEEDI locally, you can use `devtools` and `BiocManager`:
25+
To install the SPEEDI R package locally, you can use `devtools` and `BiocManager`:
2626

2727
```
2828
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools")
2929
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
3030
devtools::install_github('FunctionLab/SPEEDI', repos = BiocManager::repositories())
3131
```
3232

33-
All R-related dependencies should be installed automatically. To learn how to use SPEEDI, please view the [SPEEDI vignette](https://speedi.princeton.edu/vignette).
33+
All R-related dependencies should be installed automatically. To learn how to use the SPEEDI R package, please view the [SPEEDI vignette](https://speedi.princeton.edu/vignette).
3434

3535
## Citing SPEEDI
3636

0 commit comments

Comments
 (0)