-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
61 lines (47 loc) · 1.97 KB
/
index.qmd
File metadata and controls
61 lines (47 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
title: "Intro to Coding"
subtitle: CARTI Basic Science Research Training Track
author: "Amy Yarnell, JP Courneya"
title-block-banner: white
title-block-banner-color: black
navbar:
page-navigation: true
format:
html:
embed-resources: true
toc: true
editor: source
css: styles.css
---
## Course Description:
This course is designed to give participants an introduction to key skills they will need to begin confidently working in a research computing environment. Participants will learn fundamentals of programmatic thinking and making their research reproducible.
### Session 1: Introduction to the Command Line
Topics include:
- What is the Unix Shell?
- Basic and commonly used Unix commands
- Understanding and navigating the filesystem
- Working with files
- Control flow
- Automating repetitive tasks
### Session 2: Wrangling Data with R and RStudio
Topics include:
- Overview of the R programming language and RStudio IDE
- Installing packages
- Overview of tidy data and the tidyverse collection of packages
- Workflow for exploring and cleaning data
- Importing data
- Basic row and column operations (subsetting, creating new variables, summarizing)
### Session 3: Visualizing Data with R and RStudio
Topics Include:
- Principles and best practices of data visualization
- Storytelling and communication with data visualization
- Creating and customizing plots with the `ggplot2` package.
## Schedule
| Date | Time | Topic |
|----------------|------------------------|------------------------------------|
| Sept. 17, 2024 | 11 a.m - 12:30 p.m. | Introduction to the Command Line |
| Sept. 18, 2024 | 10:45 a.m - 12:15 p.m.| Wrangling Data with R and RStudio |
| Sept. 18, 2024 | 1:30 p.m - 3 p.m. | Visualizing Data with R and RStudio|
## Acknowledgements
## License
This work is licensed under a [Creative Commons Attribution 4.0 International License (CC BY)](https://creativecommons.org/licenses/by-sa/4.0/)