Maciej Dobrzyński (Institute of Cell Biology, University of Bern)
November 3, 2020
The first part will demonstrate:
data.table
& ggplot2
,R notebook with the code.
During the second part we will process time-series data from a time-lapse microscopy experiment. We will:
Intermediate datasets throughout the workshop:
PDF with an introduction to datasets.
Notebook with the practical session.
data.table
Extension of base R's data.frame
structure.
Fast data manipulation with a concise SQL-like syntax.
Check out the vignette for an introduction and Advanced tips and tricks with data.table for expanding your knowledge.
ggplot2