Downstream Bioinformatics Analysis of Omics Data with edgeR

A common task when working with transcriptomic data is the identification of differentially expressed (DE) genes or tags between groups. In this tutorial participants will learn how to perform biostatistical analysis with edgeR, including pairwise and analysis of variance (ANOVA) like comparisons to identify significantly DE genes. Continue reading Downstream Bioinformatics Analysis of Omics Data with edgeR

Bioinformatics Analysis of Omics Data with the Shell & R

In this tutorial participants will learn about biological data analysis with R and Unix/Linux tools. We begin with an introduction to bioinformatics and omics data analysis, and conclude with the walkthrough of a simple bioinformatics workflow for aligning transcriptomic sequences with genomic data. Continue reading Bioinformatics Analysis of Omics Data with the Shell & R

Shell vs R Fundamentals – From Syntax to Control Structures with Zsh & BASH

This walkthrough of the fundamentals of shell programming with Z shell (Zsh) and Bourne Again SHell (BASH) includes a comparison of similar components and features in R and RStudio. An alternate perspective from R is provided for you to leverage while learning the fundamentals of shell programming. Continue reading Shell vs R Fundamentals – From Syntax to Control Structures with Zsh & BASH

Exact Tests and Plots with edgeR – Basic Differential Expression Analysis

Exact tests often are a good place to start with differential expression analysis of genomic data sets. As usual, the types of contrasts you can make will depend on the design of your study and data set. In the following example we will learn how to use the raw counts of differentially expressed (DE) genes to compare the following Daphnia genotypes. Continue reading Exact Tests and Plots with edgeR – Basic Differential Expression Analysis