R Lab 5

Download the source code for the lab: rlab-flow.R

This .R file can be used to learn some of the basic commands of the flowCore and flowViz packages. The vignettes for flowCore, flowViz, flowClust, and flowStats are good places to look for more info. Please run the commands:

source("http://bioconductor.org/biocLite.R")
biocLite(flowCore)
biocLite(flowViz)
biocLite(flowStats)
before the lab!

Return to the course webpage .