To run this workflow:
- Run
add_figure.sh
to generate dynamic figure numbers. - Download the files containing the count data for each study from public repositories.
(This can be done by running the code block containing
all.urls <-
fromraw_workflow.Rmd
. Alternatively, seton.bioc <- TRUE
inworkflow.Rmd
, though this will also delete the files at the end of the workflow.) - Run
knitr::knit("workflow.Rmd")
in R to compile the workflow. - Run
rmarkdown::render("workflow.md")
in R to generate a HTML report.