Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOafidian committed Oct 24, 2023
1 parent e7687fa commit b6c06b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/handlers.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6c06b2

Please sign in to comment.