Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
reproducible_bioinformatics/analysis/index.Rmd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
29 lines (24 sloc)
1.32 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: "Home" | |
site: workflowr::wflow_site | |
output: | |
workflowr::wflow_html: | |
toc: false | |
editor_options: | |
chunk_output_type: console | |
--- | |
My aim for the workshop is to introduce computational tools and demonstrate how they can be used to help promote reproducibility when performing bioinformatic analyses. Many of these tools, especially `workflowr` help adhere to these [Ten Simple Rules for Reproducible Computational Research](https://doi.org/10.1371/journal.pcbi.1003285): | |
* Rule 1: For Every Result, Keep Track of How It Was Produced | |
* Rule 2: Avoid Manual Data Manipulation Steps | |
* Rule 3: Archive the Exact Version Versions of All External Programs Used | |
* Rule 4: Version Control All Custom Scripts | |
* Rule 5: Record All Intermediate Results, When Possible in Standardised Formats | |
* Rule 6: For Analyses That Include Randomness, Note Underlying Random Seeds | |
* Rule 7: Always Store Raw Data behind Plots | |
* Rule 8: Generate Hierarchical Analysis Output, Allowing Layers of Increasing Detail to Be Inspected | |
* Rule 9: Connect Textual Statements to Underlying Results | |
* Rule 10: Provide Public Access to Scripts, Runs, and Results | |
Links to workshop material. | |
* [Introduction to Docker](docker.html) | |
* [Introduction to Conda](conda.html) | |
* [Introduction to workflowr](https://jdblischak.github.io/workflowr/articles/wflow-09-workshop.html) | |