The material in my parts of the course requires R version 3.2 and Bioconductor version 3.2
stopifnot(
getRversion() >= '3.2' && getRversion() < '3.3',
BiocInstaller::biocVersion() == "3.2"
)
- Introduction to R / Bioconductor (T)
- Working with Data:
SummarizedExperiment
(P)
- Genomic Ranges and other Data Structures For Genome-Scale Data And Annotation (P)
- Adding Annotation To Your Analysis (P)
- Counting Reads And Working With Large Files (P)
- RNA-Seq Differential Expression (P)
- ChIP-Seq For Understanding Gene Regulation (P)
- Motifs (P)
- Visualizing Genomic Data (P)
(T): Talk; (P): Practical.