R-Workshop

Website GitHub

πŸ“Š Introduction to R for Biomedical Data Analysis Workshop

R for Data Analysis & Visualization

Welcome to the hands-on workshop on R and RStudio for Biomedical Data Analysis.
This workshop is designed for beginners who want to learn data handling, visualization, and basic statistical analysis using R.


🎯 Workshop Objectives

By the end of this workshop, participants will be able to:


πŸ—“οΈ Workshop Schedule

Hamdard University - R for Data Analysis & Visualization Workshop-May 2026

πŸ“š Workshop Contents

1️⃣ Getting Started with R & RStudio


2️⃣ Data Cleaning and Preparation

πŸ“₯ Download Dataset for this practical session


3️⃣ Graphical Data Visualization

πŸ“₯ Download Dataset for this practical session


4️⃣ Basic Statistical Analysis


5️⃣ Mini Practical Exercise

Participants will:


πŸ’» Requirements

Please install the following before the workshop:

Software


πŸ“¦ Required R Packages

Run the following command in R before the workshop:

install.packages(c(
  "tidyverse",
  "ggplot2",
  "dplyr",
  "lubridate",
  "readxl"
  "writexl",
  "palmerpenguins"
))

▢️ How to Use the Workshop Materials

  1. Clone or download this repository
  2. Open the .qmd files in RStudio
  3. Run code chunks step-by-step
  4. Modify examples and explore the outputs

πŸ“‚ Repository Structure

.
β”œβ”€β”€ R_scripts/
β”‚   β”œβ”€β”€ Lesson1_working_in_R.qmd
β”‚   β”œβ”€β”€ Lesson2_data_cleaning.qmd
β”‚   β”œβ”€β”€ Lesson3_data_visualization.qmd
β”‚   └── Lesson4_statistics.qmd
β”œβ”€β”€ Lesson1_working_in_R.html
β”œβ”€β”€ Lesson2_data_cleaning.html
β”œβ”€β”€ Lesson3_data_visualization.html
β”œβ”€β”€ Lesson4_statistics.html
β”œβ”€β”€ data/
β”‚   └──sample_data.csv
β”œβ”€β”€ workshops/
β”‚   └──Hamdard_University_2026.md
└── README.md

🧬 Target Audience

This workshop is intended for: