Skip to content

Commit 193eecf

Browse files
authored
Add alpha diversity calculation lesson
1 parent 97fd81b commit 193eecf

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

episodes/alpha-div.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Calculate alpha diversity"
3+
teaching: 0 # teaching time in minutes
4+
exercises: 0 # exercise time in minutes
5+
---
6+
7+
:::::::::::::::::::::::::::::::::::::: questions
8+
9+
- How to calculate alpha diversity?
10+
11+
::::::::::::::::::::::::::::::::::::::::::::::::
12+
13+
::::::::::::::::::::::::::::::::::::: objectives
14+
15+
- Estimate alpha diversity indices (Shannon, Faith's, evenness and richness)
16+
17+
::::::::::::::::::::::::::::::::::::::::::::::::
18+
19+
## Introduction
20+
21+
This is a lesson created via The Carpentries Workbench.
22+
::::::::::::::::::::::::::::::::::::: keypoints
23+
24+
- Use `addAlpha` function to calculate the alpha diversity
25+
26+
::::::::::::::::::::::::::::::::::::::::::::::::
27+
28+
[r-markdown]: https://rmarkdown.rstudio.com/

0 commit comments

Comments
 (0)