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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ On release, automated continuous integration tests run the pipeline on a full-si
37
37
5. Generate exploratory and differential analysis plots for interpretation.
38
38
6. Run immunedeconv to estimate immune cell fractions using established deconvolution methods.
39
39
7. Optionally build and (if specified) deploy a Shiny app for fully interactive mining of results.
40
-
8. Build an HTML report based on R markdown, with interactive plots (where possible) and tables.
40
+
8. Build an HTML report based on Quarto markdown, with interactive plots (where possible) and tables.
41
41
42
42
## Usage
43
43
@@ -117,13 +117,13 @@ For more details and further functionality, please refer to the [usage documenta
117
117
118
118
The pipeline reports its outcomes in two forms.
119
119
120
-
#### R markdown and HTML
120
+
#### Quarto notebook and HTML
121
121
122
-
The primary workflow output is an HTML-format report produced from an [R markdown template](assets/differentialabundance_report.Rmd) (you can also supply your own). This leverages helper functions from [shinyngs](https://github.com/pinin4fjords/shinyngs) to produce rich plots and tables, but does not provide significant interactivity.
122
+
The primary workflow output is an HTML-format report produced from an [Quarto notebook template](assets/differentialabundance_report.qmd) (you can also supply your own). This leverages helper functions from [shinyngs](https://github.com/pinin4fjords/shinyngs) to produce rich plots and tables, but does not provide significant interactivity.
123
123
124
-

124
+

125
125
126
-
Additionally, a zip file is produced by the pipeline, containing an R markdown file and all necessary file inputs for reporting. The markdown file is the same as the input template, but with the parameters set appropriately, so that you can run the reporting yourself in RStudio, and add any customisations you need.
126
+
Additionally, a zip file is produced by the pipeline, containing a Quarto notebook file and all necessary file inputs for reporting. The notebook file is the same as the input template, but with the parameters set appropriately, so that you can run the reporting yourself in RStudio, and add any customisations you need.
0 commit comments