
π 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:
- Understand the R and RStudio environment
- Import and explore datasets
- Clean and prepare datasets
- Create publication-quality visualizations using
ggplot2
- Perform basic statistical analyses in R
- Interpret and communicate results effectively
ποΈ Workshop Schedule
Hamdard University - R for Data Analysis & Visualization Workshop-May 2026
π Workshop Contents
- Introduction to R environment
- RStudio interface
- Basic commands and data types
- Importing CSV/Excel datasets
π₯ Download Dataset for this practical session
- Handling missing values
- Data filtering and subsetting
- Data transformation
- Working with dates and calculating age
π₯ Download Dataset for this practical session
- Histograms
- Boxplots
- Bar charts
- Scatter plots
- Introduction to
ggplot2
- Publication-quality figures
- Descriptive statistics
- t-test
- ANOVA
- Correlation analysis
5οΈβ£ Mini Practical Exercise
Participants will:
- Clean a dataset
- Create graphs
- Perform statistical analysis
- Interpret findings
π» 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
- Clone or download this repository
- Open the
.qmd files in RStudio
- Run code chunks step-by-step
- 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:
- Biomedical researchers
- Public health professionals
- Students
- Laboratory scientists
- Beginners in bioinformatics and data analysis