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
+4-22Lines changed: 4 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ Single-cell Pipeline for End to End Data Integration (SPEEDI) is a fully automat
16
16
17
17
## Using the SPEEDI Website
18
18
19
-
We are currently developing a website where users can upload their single cell datasets for processing through SPEEDI and then view and download results. Coming soon!
19
+
[SPEEDI Website](https://speedi.princeton.edu/)
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.
20
22
21
23
## Running SPEEDI Locally
22
24
@@ -28,27 +30,7 @@ if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocMana
All R-related dependencies should be installed automatically. After installing, the easiest way to use SPEEDI is with the `run_SPEEDI()` wrapper function:
32
-
33
-
```
34
-
library(SPEEDI)
35
-
# Learn more about the SPEEDI pipeline wrapper function
36
-
?run_SPEEDI
37
-
# Example parameters for run_SPEEDI - note that some optional parameters
38
-
# (metadata_df, reference_file_name, analysis_name, and sample_id_list) were not used
You can also run the individual steps of the pipeline separately. Read through the documentation for `run_SPEEDI()` to learn more!
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).
0 commit comments