Registration and Call for Abstracts Open for Bioc2024

:section_navigation => has_subnav?(@item) && subnav_items(@item).length > 0) %>

Gaining Deeper Understanding of R / Bioconductor

Seattle, USA

2013-09-30 ~ 2013-10-01

Instructors

  • Martin Morgan
  • Marc Carlson
  • Hervé Pagès

Description

This intermediate course is directed at R / Bioconductor users who, in an effort to get the most out of high-throughput sequence and other analyses, want to understand more about how R and Bioconductor work. (1) The course begins by reviewing R data types, memory management, and other aspects of internal computation. We use this as a basis for understanding how to writing, debug, and assess the performance of efficient R code, including straight-forward approaches to iteration, vectorization, and parallel evaluation. (2) We then explore R objects, especially the S4 object system. We learn about how to specify simple and more complicated S4 objects, and how to implement essential methods for single and multiple dispatch. We use insights from performance and the S4 class system to explore strategies for efficient representation of large structured data, especially the classes in the IRanges, GenomicRanges, VariantAnnotation, and Biostrings packages. (3) Availability of programming libraries (such as samtools) or performance needs may sometimes point to use of C or C++ code integrated into R. We develop some simple C functions, and explore use of Rcpp as a relatively painless way to incorporate C code. We take a brief look at R's internal data representations, and explore how to debug and profile C code. (4) Finally, we investigate how R can be used to interact with other important resources: data bases; web sites; and visualization facilities like shiny. Use of some of these facilities is illustrated by packages such as AnnotationDbi and biomaRt.

Materials

Course Package

UnderstandingRBioc_0.0.2.tar.gz

Course Vignettes

A: Introduction [HTML] [Vignette Source]

B1: Efficient R – The R Language [HTML] [R] [Vignette Source]

B2: Efficient R – Common Pitfalls [HTML] [R] [Vignette Source]

B3: Efficient R – Parallel Processing [HTML] [R] [Vignette Source]

C: Objects [HTML] [R] [Vignette Source]

C: S4 Objects [HTML] [R] [Vignette Source]

C: S4 Objects in Bioconductor [HTML] [R] [Vignette Source]

D0: C Interface [HTML] [R] [Vignette Source]

D3: C Interface – Rcpp [HTML] [R] [Vignette Source]

D4: C Interface – Debugging [HTML] [R] [Vignette Source]

E0: Databases and Other Data Sources [HTML] [R] [Vignette Source]

E1: Using SQLite Databases with R [HTML] [R] [Vignette Source]

E2: XML [HTML] [R] [Vignette Source]

E3: Shiny [HTML] [R] [Vignette Source]

F: Summary [HTML] [Vignette Source]