• 2024 CBW Analysis Using R Workshop
  • Welcome
    • Meet your Faculty
    • Pre-workshop Materials and Laptop Setup Instructions
      • Laptop Setup Instructions
      • R packages
      • Download example data
  • Lecture slides
  • Module 1: Exploratory Data Analysis and Clustering
    • Load mouse data
    • Correlations, distances, and clustering
    • Hierarchical clustering
    • K-means clustering
    • Using clValid to determine number of clusters
    • Bonus Exercise
  • Module 1: Bonus Exercise Results
  • Module 2: Dimensionality reduction
    • Principal Component Analysis
      • Step 1. Preparing Our Data
      • Step 2. Apply PCA
      • Step 3. Visualisation of PCA results
    • t-Distributed Stochastic Neighbor Embedding (t-SNE)
    • Uniform Manifold Approximation and Projection (UMAP)
    • Bonus Exercise
  • Module 2: Bonus Exercise Results
  • Module 3: Generalized Linear Models
    • Essential R: Reading tables from files, merging, basic data exploration
    • Explore missing data
    • Essential R: Plots with ggplot2
    • Fit binary response variable using glm() and logistic regression
    • Bonus Exercise
  • Module 3: Bonus Exercise Results
  • Module 4: Finding differentially expressed genes from RNAseq data
    • Volcano plot (R base graphics)
    • Volcano plot (ggplot2)
    • Bonus Exercise
  • Module 4: Bonus Exercise Results
  • Published with bookdown

Analysis Using R

Lecture slides

  • Module 1: Exploratory Data Analysis and Clustering
  • Module 2: Dimensionality reduction for visualization and analysis
  • Module 3: Generalized linear models
  • Module 4: Multiple hypothesis testing with RNA-seq differential expression analysis