Skip to content

Commit

Permalink
spawned additional sections for microbiome exploration dedicated to s…
Browse files Browse the repository at this point in the history
…pecial aspects
  • Loading branch information
FelixErnst committed Dec 6, 2020
1 parent f71a1dd commit e5e1e57
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 35 deletions.
34 changes: 0 additions & 34 deletions 13-microbiome-exploration.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,40 +62,6 @@ See also related functions for the analysis of rare and variable taxa
TODO


## Alpha diversity



## Beta diversity


### Community comparisons

PERMANOVA and other methods.


### Visualizing beta diversity

Ordination with PCoA, UMAP, and other methods.



## Differential abundance analysis

A number of methods for differential abundance analysis are available,
and reviewed elsewhere.


## Community composition

Heatmaps


## Community typing

- Community State Types (CST)
- Dirichlet Multinomial Mixtures (DMM)


## Session Info {-}

Expand Down
30 changes: 30 additions & 0 deletions 14-microbiome-diversity.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Microbiome Exploration {#microbiome-exploration}

```{r setup, echo=FALSE, results="asis"}
library(rebook)
chapterPreamble()
```


## Alpha diversity



## Beta diversity


### Community comparisons

PERMANOVA and other methods.


### Visualizing beta diversity

Ordination with PCoA, UMAP, and other methods.


## Session Info {-}

```{r sessionInfo, echo=FALSE, results='asis'}
prettySessionInfo()
```
24 changes: 24 additions & 0 deletions 15-microbiome-community.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Microbiome Community {#microbiome-community}

```{r setup, echo=FALSE, results="asis"}
library(rebook)
chapterPreamble()
```



## Community composition

Heatmaps


## Community typing

- Community State Types (CST)
- Dirichlet Multinomial Mixtures (DMM)

## Session Info {-}

```{r sessionInfo, echo=FALSE, results='asis'}
prettySessionInfo()
```
18 changes: 18 additions & 0 deletions 16-differential-abundance.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Differential abundance {#differential-abundance}

```{r setup, echo=FALSE, results="asis"}
library(rebook)
chapterPreamble()
```



A number of methods for differential abundance analysis are available,
and reviewed elsewhere.


## Session Info {-}

```{r sessionInfo, echo=FALSE, results='asis'}
prettySessionInfo()
```
2 changes: 1 addition & 1 deletion 15-timeseries.Rmd → 17-timeseries.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Microbiome time series {#timeseries}
# Microbiome time series {#microbiome-timeseries}

```{r setup, echo=FALSE, results="asis"}
library(rebook)
Expand Down
File renamed without changes.

0 comments on commit e5e1e57

Please sign in to comment.