Sepal.Length Sepal.Width Petal.Length Petal.Width Species
1 5.1 3.5 1.4 0.2 setosa
2 4.9 3.0 1.4 0.2 setosa
3 4.7 3.2 1.3 0.2 setosa
Introduction to R and Basic Programming Concepts
Bioinformatics Core Facility CECAD
2025-05-13
Session 1 :: Background & R Basics
native S had gone commercialR can easily "evolve" to adapt to new needs and trendsData driven science , including the genome projects, was the perfect “niche” which R could successfully claim for itselfBioconductor project was initiated by one of the founders of RRStudio (now: Posit) company is gaining increasing influence on the evolution of the language
Integrated Development Environment (IDE) is increasingly used by people doing data analysis with Rtidyverse, which is both a special style and a code repository for the analysis of data tablesevolutionary pressure for change of the language!We will use the iris dataset of floral traits for practicing throughout the course:
Both men were involved in the making of the Modern/Evolutionary Synthesis, with complementary central tenets:
Edgar Anderson suspected that I. versicolor may be an allopolyploid hybrid:
I. versicolor =
I. setosa (2n) x I. virginica (4n)
(confirmed by Lim et al. 2007)
This may have supported the establishment of the species, by preventing back-crossing to its parents.
Fisher applied his Linear Discriminant Analysis technique to Anderson’s data, in order to test the hypothesis of additive gene action:
if true, versicolor should be twice as similar to virginica than to sertosa!