Skip to content

Instantly share code, notes, and snippets.

View LucyJimenez's full-sized avatar

Lucy Jiménez LucyJimenez

  • Women in Bioinformatics and Data Science LA
  • Germany
  • X @JimenezLucyJ
View GitHub Profile
@nicolasDelhomme
nicolasDelhomme / BiologicalQualityAssessment.md
Last active December 15, 2023 18:27
Biological quality assessment (exploratory data analysis)

Reproducible research

The goal of this git crash course intro is to introduce you to tools for reproducible research (RR). To ensure RR, we need at least two components:

  1. the data (that has to be published upon manuscript acceptance by most journal standards)
  2. the code (yes how you ran your analysis!)

There are extra components (tools, version, providing these in containers), but let's focus on 2.

Git

Intro

That book is a great resource. We only need to know a little to get started. In your own time, look at Chapter 1, section 1. to 4 and once you start using it Chapter 2 is all you need (99% of the time).