Skip to content

Commit

Permalink
update schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaSare committed Apr 20, 2023
1 parent 08acdce commit 3318b9d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 63 deletions.
57 changes: 1 addition & 56 deletions lectures/lecture-review-week.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,59 +7,4 @@ pagetype: lecture
symbol: <i class="fa fa-comment fa-lg"></i>
---

## Day 1: Making choices and loops - Review

### Review from last class (10 min)

- Apply and loops homework


### Setup your RStudio project (5 min)

- 🎗️ Structuring your files into a _project_ is a best practice for good data science!
- Open your _RStudio project_ for the class; I called mine "**fall-2022**".
- Open a new file, name it "**choices-review.Rmd**", and save it to your "**documents**" folder.

### Practical uses of `if/ else` statements

#### Exercise 1: [Load or download a file?]({{ site.baseurl }}/exercises/Making-choices-load-or-download-file-R)

<!-- https://github.com/datacarpentry/semester-biology/blob/main/exercises/Making-choices-load-or-download-file-R.md -->

---

### Practical uses of `for` loops

#### Exercise 2: [Automatic analysis of muliple files]({{ site.baseurl }}/exercises/Loops-multi-file-analysis-R) (30 min)

---

### Making choices inside functions

#### Exercise 3: [A function for the UHURU data set]({{ site.baseurl }}/exercises/Making-choices-choices-with-functions-R)

<!-- https://github.com/datacarpentry/semester-biology/blob/main/exercises/Making-choices-choices-with-functions-R.md -->

---

### Iterations

#### Exercise 4: [DNA or RNA?]({{ site.baseurl }}/exercises/Making-choices-dna-or-rna-iteration-R)

<!-- https://datacarpentry.org/semester-biology/exercises/Making-choices-dna-or-rna-iteration-R/ -->

---

### Writing Functions

#### Exercise 5: [Energy conversion challenge]({{ site.baseurl }}/exercises/Making-choices-unit-conversion-challenge-R)

<!-- https://github.com/datacarpentry/semester-biology/blob/main/exercises/Making-choices-unit-conversion-challenge-R.md -->

---

### You've got this!

#### Exercise 6: [Length of floods]({{ site.baseurl }}/exercises/Capstone-length-of-floods-R/)

<!-- https://datacarpentry.org/semester-biology/exercises/Capstone-length-of-floods-R/ -->
### Creating a website with R
4 changes: 0 additions & 4 deletions readings/before-review-week.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ symbol: <i class="fa fa-book fa-lg"></i>
week: "May 2, 4"
---

## Day 1:


## Day 2: Wrap-up

### Communicating data science

Expand Down
2 changes: 1 addition & 1 deletion readings/before-tree-thinking.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: 'Tree thinking'
language: R
pagetype: 'before class'
symbol: <i class="fa fa-book fa-lg"></i>
week: "Apr 25, 27"
week: "Apr 27"
---

## Models and phylogenetic correlation
Expand Down
2 changes: 1 addition & 1 deletion readings/before-trees-and-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: 'Joining trees and tables'
language: R
pagetype: 'before class'
symbol: <i class="fa fa-book fa-lg"></i>
week: "Apr 20"
week: "Apr 25"
---

Complete the following readings:
Expand Down
2 changes: 1 addition & 1 deletion readings/before-trees-opentree.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: 'Getting phylogenetic trees'
language: R
pagetype: 'before class'
symbol: <i class="fa fa-book fa-lg"></i>
week: "Apr 18"
week: "Apr 20"
---

- Follow the tutorial [Module 24: An Intro to Phylogenetic Tree Construction in R](https://fuzzyatelin.github.io/bioanth-stats/module-24/module-24.html).
Expand Down

0 comments on commit 3318b9d

Please sign in to comment.