Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.26 KB

File metadata and controls

14 lines (13 loc) · 1.26 KB

Title: Course files for CPBP 8306: Data analysis

Repository name: cpbp8306-dataanalysis

Year: Fall 2025

Institution: Vanderbilt University

Instructors: Joshua Borycz and Daniel Genkins

TA: Peyton Coleman

Description

This course will focus on practical coding for research using Python and R. We will begin discussing the versioning tool Git, the command line, and downloading tools to begin coding with these languages. Then we will talk about how to use Jupyter notebooks and responsibly use AI to help with the coding process. Next, we will begin reading, writing, and analyzing data and images with Python. We will then shift to using R and RStudio. Beginning with how to organize a project, load and manage R packages, and set up the AI Copilot tool within RStudio. This will lead into data types and structures and data cleaning. We will then focus on analyzing these data with univariate and multivariate statistical methods. Finally, we will show how to visualize data within Python and R.

Folders

Month Savings
S01_20250821_python_session: What is Python and installing Python.
S02_20240828_r_basics_1: R and RStudio and how to use them. Loading packages. Basic 1D and 2D data types and manipulation.