Skip to content

Commit 942ab15

Browse files
Merge pull request #522 from delfiterradas/quarto
Replace `RMARKDOWNNOTEBOOK` with `QUARTONOTEBOOK`
2 parents 0eaebbd + 24a935a commit 942ab15

32 files changed

+1562
-885
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ On release, automated continuous integration tests run the pipeline on a full-si
3737
5. Generate exploratory and differential analysis plots for interpretation.
3838
6. Run immunedeconv to estimate immune cell fractions using established deconvolution methods.
3939
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.
4141

4242
## Usage
4343

@@ -117,13 +117,13 @@ For more details and further functionality, please refer to the [usage documenta
117117

118118
The pipeline reports its outcomes in two forms.
119119

120-
#### R markdown and HTML
120+
#### Quarto notebook and HTML
121121

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.
123123

124-
![screenshot of the markdown report](docs/images/markdown_report.png "Markdown report")
124+
![screenshot of the Quarto report](docs/images/markdown_report.png "Quarto report")
125125

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.
127127

128128
#### Shiny-based data mining app
129129

0 commit comments

Comments
 (0)