Skip to content

Commit

Permalink
Build fix (microbiome#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman authored and JKC committed Jul 25, 2024
1 parent e216d21 commit 8f6429e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/pages/10_manipulation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ remove those instances.

```{r}
# Agglomerate data at Genus level
tse_genus <- aggomerateByRank(tse, rank = "Genus", na.rm = FALSE)
tse_genus <- agglomerateByRank(tse, rank = "Genus", na.rm = FALSE)
# List bacteria that we want to include
genera <- c("Class:Thermoprotei",
"Genus:Sulfolobus",
Expand Down

0 comments on commit 8f6429e

Please sign in to comment.