From 5c3915c9bf212e417f140f65f9334a475247ce8c Mon Sep 17 00:00:00 2001 From: billila Date: Mon, 18 May 2026 13:09:12 +0200 Subject: [PATCH 1/7] update L1.1 --- intro-to-r-bioc/L1.1-r-intro.Rmd | 4 +- intro-to-r-bioc/L1.1-r-intro.html | 106 +++++++++++++++--------------- 2 files changed, 55 insertions(+), 55 deletions(-) diff --git a/intro-to-r-bioc/L1.1-r-intro.Rmd b/intro-to-r-bioc/L1.1-r-intro.Rmd index c907a85..84942b6 100644 --- a/intro-to-r-bioc/L1.1-r-intro.Rmd +++ b/intro-to-r-bioc/L1.1-r-intro.Rmd @@ -21,11 +21,11 @@ knitr::opts_chunk$set( **Original Authors:** Martin Morgan, Sonali Arora, Lori Shepherd
**Presenting Author:** [Davide Risso][], [Ilaria Billato][]
-**Date:** 6-11 July, 2025
+**Date:** 24-29 May, 2026
**Back:** [Monday labs](lab-1-intro-to-r-bioc.html) [Davide Risso]: mailto: davide.risso@unipd.it -[Ilaria Billato]: mailto: ilaria.billato@phd.unipd.it +[Ilaria Billato]: mailto: ilaria.billato@unipd.it **Objective**: Gain confidence working with base R commands and data diff --git a/intro-to-r-bioc/L1.1-r-intro.html b/intro-to-r-bioc/L1.1-r-intro.html index a47214c..918a2db 100644 --- a/intro-to-r-bioc/L1.1-r-intro.html +++ b/intro-to-r-bioc/L1.1-r-intro.html @@ -10,7 +10,7 @@ - + Lab 1.1: Introduction to R @@ -701,7 +701,7 @@

Lab 1.1: Introduction to R

-

4 July 2025

+

18 May 2026

@@ -748,8 +748,8 @@

Contents

});

Original Authors: Martin Morgan, Sonali Arora, Lori Shepherd
-Presenting Author: Davide Risso, Ilaria Billato
-Date: 6-11 July, 2025
+Presenting Author: Davide Risso, Ilaria Billato
+Date: 24-29 May, 2025
Back: Monday labs

Objective: Gain confidence working with base R commands and data structures.

@@ -821,7 +821,7 @@

1.3 Function, generic, method

  • Functions transform inputs to outputs, perhaps with side effects

    rnorm(5)
    -
    ## [1]  1.8403581 -0.5875253  0.3752672  1.4805688  0.2594510
  • +
    ## [1] -1.2742519  0.8572209 -0.2628611 -0.6515463 -0.2685614
  • Argument matching first by name, then by position