Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 574 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 574 Bytes

BioC2016Introduction

This package contains course material for the BioC 2016 Lab Practical: Getting to know R and Bioconductor, Stanford University, Stanford, CA, 25 - 26 June 2016. See the vignettes directory for additional detail.

The material requires R version 3.3 and Bioconductor 3.4. To install the packages used in this course, evaluate the following commands:

source("http://bioconductor.org/biocLite.R")
biocLite("Bioconductor/BioC2016Introduction")
biocLite(packageDescription("BioC2016Introduction")$Suggests)