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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,19 @@ Single-cell Pipeline for End to End Data Integration (SPEEDI) is a fully automat
18
18
19
19
[SPEEDI Website](https://speedi.princeton.edu/)
20
20
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!
22
22
23
23
## Running SPEEDI Locally
24
24
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`:
26
26
27
27
```
28
28
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools")
29
29
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
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).
0 commit comments