Git Product home page Git Product logo

module2's Introduction

SISBID 2016 Module 2: Visualization of Biomedical Big Data

Instructors: Dianne Cook and Heike Hofmann

Module description: In this module, we will present general-purpose techniques for visualizing any sort of large data sets, as well as specific techniques for visualizing common types of biological data sets. Often the challenge of visualizing Big Data is to aggregate it down to a suitable level. Understanding Big Data involves an iterative cycle of visualization and modeling. We will illustrate this with several case studies during the workshop. The first segment of this module will focus on structured development of graphics using static graphics. This will use the ggplot2 package in R. It enables building plots using grammatically defined elements, and producing templates for use with multiple data sets. We will show how to extend these principles for genomic data using the ggplot2-based ggbio package. The second segment will focus on interactive graphics for rapid exploration of Big Data. We will also demonstrate interactive techniques using plotly, animint and ggvis. In addition we will explain how to create simple web GUIs for managing complex summaries of biological data using the shiny package. We will use a hands-on teaching methodology that combines short lectures with longer practice sessions. As students learn about new techniques, they will also be able to put them into practice and receive feedback from experts. We will teach using R and Rstudio. We will assume some familiarity with R.

Recommended Reading: Cookbook for R, by Winston Chang, available at http://www.cookbook-r.com.

Course outline

Day 1

  1. The grammar of graphics and ggplot2 (Di).
  2. Multivariate plots for bioinformatics, using ggplot2 and GGally (Di).

Day 2

  1. Tidy data and tidying your messy data with tidyr (Di).
  2. Data manipulation with dplyr, purrr and broom (Heike).
  3. Logo plots for genome sequences and proteins (Heike).
  4. Genomic plots using ggbio (Di).

Day 3

  1. Drawing lineage using ggenealogy (Di), networks (Heike)
  2. Interactive graphics using plotly, animint and ggvis (Di).
  3. Building interactive web apps with shiny (Heike).
  4. Make your own shiny app (Heike).

Software list

Download RStudio >= 0.99.902, R >= 3.3.0 (2016-05-03) -- "Supposedly Educational" and install these and their dependencies Open RStudio, and run the code below to install these packages and their dependencies:

# CRAN packages
packages <- c("devtools", "ggplot2", "tidyr", "dplyr", "purrr", "broom", "biobroom", 
"GGally", "nullabor", "shiny", "ggvis", "plotly", "xkcd", "gglogo",
"seqinr")

install.packages(packages, dep=TRUE, repos = "https://cloud.r-project.org/")


# Bioconductor packages
bioC <- c("ggbio", "epivzr", "edgeR", "EDAseq")
source("https://bioconductor.org/biocLite.R")
biocLite(bioC)


# packages under development
devtools::install_github("sctyner/geomnet")
devtools::install_github("lrutter/ggenealogy")
devtools::install_github("haleyjeppson/ggmosaic")

module2's People

Contributors

dicook avatar heike avatar asadharis avatar

Watchers

James Cloos avatar Judith Canner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.