Reproducible Reseach: Reference

Key Points

Steps to Reproducible Research
  • reproducibility is the ability to exactly re-create an earlier research/analysis given the same data

  • the less time it takes to get the same result you did with the resources provided, the more “reproducible” your research/analysis are

  • in research, experiments/results are not trusted unless

    • The experimental setup is tested
    • The method is well-documented
    • We can demonstrate that our results are reproducible and reliable
  • simple steps to reproducible research are

    • record the project’s provenance
    • data and metadata curation
    • establish a testing/analysis workflow
    • test, document, and publish your code
    • share it!

Useful References

These links are the reference for materials covered within the tutorials

Conda Tutorial