Skip to content

Commit

Permalink
Included package loading
Browse files Browse the repository at this point in the history
  • Loading branch information
gmteunisse committed Aug 12, 2022
1 parent 2acdf6e commit c1b4fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The \code{fantaxtic} workflow consists of two parts:

For basic usage, only a few lines of R code are required. To identify and plot the top 10 most abundant ASVs by their mean relative abundance, using Phylum as the top rank and Species as the nested rank, run:

```{r, echo = T, results = 'hide'}
```{r, results = 'hide', message=F, warning=F, error=F}
require("fantaxtic")
require("phyloseq")
require("tidyverse")
Expand Down

0 comments on commit c1b4fa6

Please sign in to comment.