Bioinformatics Core Facility CECAD
2025-09-19
git clone https://github.com/CECADBioinformaticsCoreFacility/Intermediate_R_Course_2025.git
https://cecadbioinformaticscorefacility.github.io/Intermediate_R_Course_2025/
Session 5 :: Inferential Statistics - I
Draw valid conclusions from sample data
Test significance and quantify uncertainty
Compare groups and reveal relationships
Ensure reproducibility and credible communication
Tip
Biology is ultimately about understanding living systems, not just numbers. Statistics is a tool, not the goal—it helps us make sense of data, test ideas, and avoid misleading conclusions.
Use statistics to strengthen biological insight, but let biological questions drive the analysis.
flowchart LR A("Data") --> B("Quantitative") A --> C("Qualitative") B --> D("Continuous") B --> E("Discrete") C --> F("Nominal") C --> G("Ordinal") C --> H("Binary") B:::Sky D:::Sky E:::Sky classDef Sky stroke-width:1px, stroke-dasharray:none, stroke:#374D7C, fill:#ABABAB, color:#374D7C
flowchart LR A("Data") --> B("Quantitative") A --> C("Qualitative") B --> D("Continuous") B --> E("Discrete") C --> F("Nominal") C --> G("Ordinal") C --> H("Binary") C:::Sky F:::Sky G:::Sky H:::Sky classDef Sky stroke-width:1px, stroke-dasharray:none, stroke:#374D7C, fill:#ABABAB, color:#374D7C