Organisation des données avec des feuilles de calcul


Figure 1


Figure 2


Figure 3


Figure 4


Figure 5


Figure 6


Figure 7


Figure 8

Saving an Excel file to CSV.
Saving an Excel file to CSV.

Figure 9

The risks of having commas inside comma-separated data.
The risks of having commas inside comma-separated data.

Figure 10

A typical data analysis workflow.
A typical data analysis workflow.

R et RStudio


Figure 1

Exponential increase of the number of packages available on [CRAN](https://cran.r-project.org/), the Comprehensive R Archive Network. From the R Journal, Volume 10/2, December 2018.
Exponential increase of the number of packages available on CRAN, the Comprehensive R Archive Network. From the R Journal, Volume 10/2, December 2018.

Figure 2

RStudio interface screenshot. Clockwise from top left: Source, Environment/History, Files/Plots/Packages/Help/Viewer, Console.
RStudio interface screenshot. Clockwise from top left: Source, Environment/History, Files/Plots/Packages/Help/Viewer, Console.

Figure 3

Set 'Save workspace to .RData on exit' to 'Never'
Set ‘Save workspace to .RData on exit’ to ‘Never’

Figure 4

Set the default text encoding to UTF-8 to save us headache in the coming future. (Figure from the link above).
Set the default text encoding to UTF-8 to save us headache in the coming future. (Figure from the link above).

Figure 5

Example of a working directory structure.
Example of a working directory structure.

Figure 6

How it should look like at the beginning of this lesson
How it should look like at the beginning of this lesson

Figure 7

Directory structure for a sample bioinformatics project.
Directory structure for a sample bioinformatics project.

Figure 8


Figure 9

RStudio help interface.
RStudio help interface.

Introduction à R


Figure 1

Two normal distributions: *N(0, 1)* on the left and *N(100, 5)* on the right.
Two normal distributions: N(0, 1) on the left and N(100, 5) on the right.

Commencer par les données


Figure 1


Manipulation et analyse de données avec dplyr


Figure 1

Grand pivot des données `rna`.
Grand pivot des données rna.

Figure 2

Pivot long des données `rna`.
Pivot long des données rna.

Figure 3


Visualisation de données


Figure 1

Successive layers added on top of each other.
Successive layers added on top of each other.

Figure 2

Plotting boxplots (top) and histograms (bottom) vectors (left) or a matrices (right).
Plotting boxplots (top) and histograms (bottom) vectors (left) or a matrices (right).

Prochaines étapes


Figure 1