All Projects → hbctraining → Intro-to-R-with-DGE

hbctraining / Intro-to-R-with-DGE

Licence: other
hbctraining.github.io/intro-to-r-with-dge/

Programming Languages

r
7636 projects
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to Intro-to-R-with-DGE

xamarinworkshop
A Xamarin beginner's workshop
Stars: ✭ 49 (-3.92%)
Mutual labels:  workshop
tximport
Import and summarize transcript-level estimates for gene-level analysis
Stars: ✭ 117 (+129.41%)
Mutual labels:  deseq2
epa r workshop 2019
Materials from an R User Group workshop
Stars: ✭ 21 (-58.82%)
Mutual labels:  workshop
unicorn
Content for the "Intelligent Cloud Bootcamp: Advanced Kubernetes" workshop
Stars: ✭ 28 (-45.1%)
Mutual labels:  workshop
aws-is-how
Know How Guide and Hands on Guide for AWS
Stars: ✭ 27 (-47.06%)
Mutual labels:  workshop
GREIN
GREIN : GEO RNA-seq Experiments Interactive Navigator
Stars: ✭ 40 (-21.57%)
Mutual labels:  rna-seq-data
navo-workshop
Tutorial notebooks for how to use PyVO to access NASA and other data in Python.
Stars: ✭ 27 (-47.06%)
Mutual labels:  workshop
WHU FinTech Workshop
武汉大学金融科技研讨班
Stars: ✭ 56 (+9.8%)
Mutual labels:  workshop
gitworkshop
Git Workshop covering git essentials & advanced topics
Stars: ✭ 15 (-70.59%)
Mutual labels:  workshop
extreme-carpaccio
Slicing and coding game
Stars: ✭ 116 (+127.45%)
Mutual labels:  workshop
R-data-wrangling
Materials for my my R data workshop. https://cengel.github.io/R-data-wrangling/
Stars: ✭ 17 (-66.67%)
Mutual labels:  workshop
free-node.js-learning-resources
A curated list of free resources to learn node.js
Stars: ✭ 70 (+37.25%)
Mutual labels:  workshop
react-workshops
Online react workshops
Stars: ✭ 36 (-29.41%)
Mutual labels:  workshop
parallel-gpu-workshop-JuliaCon21
Solving differential equations in parallel on GPUs - JuliaCon 2021 workshop
Stars: ✭ 81 (+58.82%)
Mutual labels:  workshop
Motoro
Smart contracts for decentralized rentals of vehicles.
Stars: ✭ 96 (+88.24%)
Mutual labels:  workshop
js-intro-workshop
An introductory workshop on JavaScript for beginners https://muses-code-js.github.io/js-intro-workshop/
Stars: ✭ 52 (+1.96%)
Mutual labels:  workshop
workshops
files from workshops
Stars: ✭ 21 (-58.82%)
Mutual labels:  workshop
git 4 sci
A 3.5 hour introduction to basic shell and git/GitHub workflow for ACMES researchers.
Stars: ✭ 26 (-49.02%)
Mutual labels:  workshop
cloud-native-bpf-workshop
No description or website provided.
Stars: ✭ 94 (+84.31%)
Mutual labels:  workshop
GenerativeDesignWorkshop
No description or website provided.
Stars: ✭ 18 (-64.71%)
Mutual labels:  workshop

THIS REPO IS ARCHIVED, PLEASE GO TO https://hbctraining.github.io/main FOR CURRENT LESSONS.

Introduction to R and differential gene expression (DGE) analysis

Audience Computational Skills Prerequisites Duration
Biologists Beginner/Intermediate None 3-day workshop (~19.5 hours of trainer-led time)

Description

This repository has teaching materials for a 3-day, hands-on Introduction to R and differential gene expression (DGE) analysis workshop. The workshop will introduce participants to the basics of R and RStudio and their application to differential gene expression analysis on RNA-seq count data.

R is a simple programming environment that enables the effective handling of data, while providing excellent graphical support. RStudio is a tool that provides a user-friendly environment for working with R. Together, R and RStudio allow participants to wrangle data, plot, and use DESeq2 to obtain lists of differentially expressed genes from RNA-seq count data.

This workshop is intended to provide both basic R programming knowledge AND its application. Participants should be interested in:

  • using R for increasing their efficiency for data analysis
  • visualizing data using R (ggplot2)
  • using R to perform statistical analysis on RNA-seq count data to obtain differentially expressed gene lists

Learning Objectives

  1. R syntax: Understand the different 'parts of speech'.
  2. Data types structures in R: Describe the various data types and data structures.
  3. Data inspection and wrangling: Demonstrate the utilization of functions and indices to inspect and subset data from various data structures.
  4. Visualizing data: Demonstrate the use of the ggplot2 package to create plots for easy data visualization.
  5. Differential expression analysis for RNA-seq data:
    • Perform QC on count data
    • Use DESeq2 to obtain a list of significantly differentially expressed genes
    • Visualize expression patterns of differentially expressed genes
    • Perform functional analysis on gene lists with R-based tools

These materials are developed for a trainer-led workshop, but also amenable to self-guided learning.

Lessons

  • Scheule with links to lessons on DGE on pseudocounts generated by Salmon will be posted soon!
  • Click here for the schedule with links to lessons on DGE on counts from STAR & FeatureCounts

Installation Requirements

  1. Download the most recent versions of R and RStudio for your laptop:
  1. Packages to be installed:

Dataset

All the files used for the above lessons are linked within as needed.


These materials have been developed by members of the teaching team at the Harvard Chan Bioinformatics Core (HBC). These are open access materials distributed under the terms of the Creative Commons Attribution license (CC BY 4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].