Last updated: 2023-02-17

Checks: 2 0

Knit directory: TranscriptDE-wf/analysis/

This reproducible R Markdown analysis was created with workflowr (version 1.7.0). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version 21fff01. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .DS_Store
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/
    Ignored:    ._.DS_Store
    Ignored:    .gitignore
    Ignored:    analysis/simulation-complete_cache/
    Ignored:    analysis/simulation-paper_cache/
    Ignored:    code/mouse/single-end/salmon/slurm-9574761.out
    Ignored:    code/pkg/.Rhistory
    Ignored:    code/pkg/.Rproj.user/
    Ignored:    code/pkg/pkg.Rproj
    Ignored:    code/pkg/src/RcppExports.o
    Ignored:    code/pkg/src/pkg.so
    Ignored:    code/pkg/src/rcpparma_hello_world.o
    Ignored:    data/annotation/mm39/
    Ignored:    data/mouse/paired-end/fastq/
    Ignored:    data/mouse/single-end/fastq/
    Ignored:    misc/.DS_Store
    Ignored:    misc/._.DS_Store
    Ignored:    misc/mouse.Rmd/._figure6.png
    Ignored:    misc/simulation-paper.Rmd/._figure2.png
    Ignored:    misc/simulation-paper.Rmd/._figure5.png
    Ignored:    output/mouse/paired-end/
    Ignored:    output/mouse/single-end/
    Ignored:    output/quasi_poisson/
    Ignored:    output/simulation/

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/simulation-howto.Rmd) and HTML (docs/simulation-howto.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
html b8e3979 Pedro Baldoni 2023-02-17 Build site.
Rmd 9b96d31 Pedro Baldoni 2023-02-17 Cleanup main page
Rmd 89baa56 Pedro Baldoni 2023-02-17 Adding simulation how-to
html 89baa56 Pedro Baldoni 2023-02-17 Adding simulation how-to

The R code used in our simulation study to generate the simulated data, quantify the FASTQ files, run DTE methods, and summarize the results was organized as an R package and it is located in the GitHub repository of this page in the directory ./code/pkg.

To run our simulations, users should refer to the files stored in the directory ./code/simulation. The text file ./code/simulation/readme.txt presents the necessary steps to run the simulations and summarize the results, which can be briefly summarized as:

  1. Run the file parameters.R with, for example, the command Rscript parameters.R.

  2. Run the SLURM script run.sh with, for example, sbatch run.sh on your HPC running the SLURM workload manager. If your HPC uses a different workload manager, please change run.sh accordingly.

  3. Once all simulations have been completed, run the script summarize.R with, for example, the command Rscript summarize.R to summarize all the results.

Once steps 1-3 above have been completed, the Rmarkdown simulation-*.Rmd files under ./analysis can be run.