-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaterials.qmd
More file actions
71 lines (47 loc) · 3.84 KB
/
materials.qmd
File metadata and controls
71 lines (47 loc) · 3.84 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
62
63
64
65
66
67
68
69
70
71
---
title: "Tutorials"
subtitle: "Comprehensive guides for bayesTPC"
---
# bayesTPC Tutorials
This page contains comprehensive tutorials that walk you through using `bayesTPC` for fitting thermal performance curves (TPCs) to biological trait data. These tutorials are designed for different skill levels and use cases.
## Getting Started
If you're new to `bayesTPC`, start with our **[Quick Start Guide](intro.qmd)** for a 5-minute introduction, then dive into these detailed tutorials.
## Tutorial Series
### EEID 2024 Workshop Materials
These comprehensive tutorials were developed for the 2024 EEID (Ecology and Evolution of Infectious Diseases) workshop and provide complete workflows with real datasets.
#### Basic Tutorial: Complete Workflow {#basic-tutorial}
**Perfect for beginners** - Learn the full bayesTPC workflow from data preparation to model selection.
- **Tutorial**: [EEID 2024 Basic](EEID2024_basic.qmd)
- **Dataset**: *Aedes aegypti* mosquito trait data (development rate, adult longevity, juvenile survival)
- **Key topics**: Data formatting, model fitting, diagnostics, model comparison
- **Jump to sections**: [Packages](EEID2024_basic.qmd#basic-packages), [Data setup](EEID2024_basic.qmd#basic-aedes-data), [TPC models](EEID2024_basic.qmd#basic-models), [Example 1](EEID2024_basic.qmd#basic-example1), [Example 2](EEID2024_basic.qmd#basic-example2), [Model selection](EEID2024_basic.qmd#basic-model-selection), [Practice](EEID2024_basic.qmd#basic-practice)
#### Advanced Tutorial: Custom Models {#advanced-tutorial}
**For experienced users** - Learn to create custom TPC models and perform advanced analyses.
- **Tutorial**: [EEID 2024 Advanced](EEID2024_advanced.qmd)
- **Dataset**: *E. coli* growth under antibiotics
- **Key topics**: Custom model creation, posterior transformations, model comparison
- **Jump to sections**: [Antibiotics overview](EEID2024_advanced.qmd#adv-antibiotics), [flexTPC model](EEID2024_advanced.qmd#adv-flexTPC), [Add flexTPC](EEID2024_advanced.qmd#adv-add-flex), [Fitting](EEID2024_advanced.qmd#adv-fitting), [Transformations](EEID2024_advanced.qmd#adv-transformations), [Topt](EEID2024_advanced.qmd#adv-topt), [Posterior at T](EEID2024_advanced.qmd#adv-tpc-at-T), [Model comparison](EEID2024_advanced.qmd#adv-model-comparison)
### VectorByte Training Workshop
A focused activity for learning bayesTPC in the context of vector biology.
- **Tutorial**: [VectorByte Workshop](VB_Bayes_activity2B.qmd)
- **Dataset**: [*Aedes aegypti* trait data](data/AeaegyptiTraitData.csv)
- **Focus**: Basic trait modeling with mosquito data
## Dataset Resources
All tutorials use real biological datasets:
- **[VecTraits Database](https://vectorbyte.crc.nd.edu/vectraits-explorer)**: Access thousands of vector trait datasets
- **[Antibiotic resistance data](data/ab_data.csv)**: *E. coli* growth under various antibiotics
- **[Mosquito trait data](data/AeaegyptiTraitData.csv)**: Development, survival, and longevity data
## Learning Path
**New to bayesTPC?** Follow this sequence:
1. [Quick Start Guide](intro.qmd) (5 minutes)
2. [EEID Basic Tutorial](EEID2024_basic.qmd#basic-packages) (comprehensive workflow)
3. [VectorByte Workshop](VB_Bayes_activity2B.qmd) (hands-on practice)
4. [EEID Advanced Tutorial](EEID2024_advanced.qmd#adv-flexTPC) (custom models)
**Experienced user?** Jump directly to:
- [Advanced Tutorial](EEID2024_advanced.qmd#adv-flexTPC) for custom model creation
- [Model comparison section](EEID2024_advanced.qmd#adv-model-comparison) for WAIC analysis
- [Posterior transformations](EEID2024_advanced.qmd#adv-transformations) for advanced analysis
## Need Help?
- Check the [Common issues section](intro.qmd#common-issues-and-solutions) in the Quick Start Guide
- Review [diagnostics and troubleshooting](EEID2024_basic.qmd#basic-example1) in the Basic Tutorial
- See [convergence tips](EEID2024_advanced.qmd#adv-fitting) in the Advanced Tutorial