-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathswim_summary.qmd
33 lines (26 loc) · 1.11 KB
/
swim_summary.qmd
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
---
title: "Summary"
---
## What did we learn?
### Functions
- Definitions of functions
- Function argument
- How to build and execute functions
- How to use the `dplyr` `mutate` function
- Some basic understanding of the `seahtrue` `read_xfplate` functions
- Some of the `seahtrue` `preprocess_xfplate` functions
- The `run_seahtrue` function
### Outputs
- What nested tibbles are, and why they are usefull
- How to generate nested tibbles
- How to use the `purrr` `map` function on nested tibbles
- Get familiar with the semantics of the `map` function
- The difference between `.by` and `group_by`
- How to isolate or `pluck` data from a larger dataset
- Get familiar with the `seahtrue` output nested tibble
- The different parameters for `time` in a seahorse dataset
- How to access the data in `seahtrue` output and use it in ggplot
## What we did not learn?
- How to run seahtrue on our own data
- How all the assertions and input checking in the `seahtrue` package are implemented
- More elaborate use cases of the `map` function from the `purrr` package, like `map2` or `map_dbl`