From b6c06b27c2b09264e88abfa66188b2ceedc3c56a Mon Sep 17 00:00:00 2001 From: TheOaphidian Date: Tue, 24 Oct 2023 12:16:43 +0200 Subject: [PATCH] Fix typo --- R/handlers.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/handlers.R b/R/handlers.R index 5b85b8f..edc0774 100644 --- a/R/handlers.R +++ b/R/handlers.R @@ -361,7 +361,7 @@ add_clr_abundance <- function( as_tibble() %>% tibble::add_column(sample_id = rownames(clrt_mt)) %>% pivot_longer(!sample_id, names_to='taxon_id', values_to='count') %>% - filter(counts != 0) + filter(count != 0) if (overwrite) { ta$counts <- clrt_counts