Skip to contents

Syllabus

This short course teaches you to analyze and visualize large, complex biological data sets using the R statistical programming language, RStudio, and new tools available in the “tidyverse”. We will focus on key analysis skills and foundational programming concepts necessary for the efficient and reproducible analysis of biological data sets.

Course number

IDPT 7810 006

Dates and Times

The course (2 credit hours) consists of 12 2 hour classes beginning on Nov 25 and 26, and continuing Mon through Fri from December 2 through December 13 in P18-CTL-1309 (RC1 North). Classes will be held 1:00-3:00 pm.

We have dedicated office hours on Thurs from 2:30-4pm in RC1 South 9th floor in the main office (behind the glass walls). Come with questions, problems, etc. Please send an email to rbi.fellows@cuanschutz.edu to let us know you’re coming.

Instructor

Kent Riemondy ()

Co-instructors

Ryan Sheridan ()

Course marks

See Grading and Assignments.

Installation

You can install the course package from github with:

# install.packages("devtools")
devtools::install_github("rnabioco/practical-data-analysis")