Skip to content

Commit

Permalink
Update Reclustering.Rmd lulu
Browse files Browse the repository at this point in the history
  • Loading branch information
adrientaudiere authored Mar 13, 2023
1 parent 080e398 commit 4acff9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vignettes/Reclustering.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ summary_plot_pq(otu)
## Using lulu algorithm (https://www.nature.com/articles/s41467-017-01312-x)

```{r, message=FALSE, results="hide"}
library(devtools)
install_github("adrientaudiere/lulu")
library("lulu")
data(data_fungi_sp_known)
lulu_res <- lulu_pq(data_fungi_sp_known)
```
Expand Down

0 comments on commit 4acff9d

Please sign in to comment.