forked from microbiome/course_2022_oulu
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexcercises.Rmd
32 lines (18 loc) · 972 Bytes
/
excercises.Rmd
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
---
title: "Radboud Course 2022: Practicals"
author: "Anna Aatsinki"
date: '2022-07-04'
output: html_document
---
## Exercises
### Alpha diversity
- Calculate alpha diversity indices
- Test if data agglomeration to higher taxonomic ranks affects the indices
- Look for differences in alpha diversity between groups or correlation with a continuous variable
### Beta diversity
- Visualize community variation with different methods (PCA, MDS, NMDS, etc.) with plotReduceDim and with different dissimilarities and transformations,plot also other than the first two axes.
- Use PERMANOVA to test differences in beta diversity. You can also try including continuous and/or categorical covariates
- If there are statistical differences in PERMANOVA, test PERMDISP2 (betadisper function)
- Do DMM clustering
- Try RDA to test the variance explained by external variables
Seek guidance from the [https://microbiome.github.io/OMA/](https://microbiome.github.io/OMA/)