Skip to content

Commit

Permalink
update plate layouts and ps converters
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Nov 3, 2023
1 parent f36c520 commit a9868ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/convert.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ reads_to_phyloseq <- function(
counts,
reformulate(feature_col, response = "sample_id"),
value.var = "reads",
fill = 0
fill = 0,
fun.aggregate = sum
)
samps <- table$sample_id
table <- as.matrix(table[, !"sample_id"])
Expand Down

0 comments on commit a9868ef

Please sign in to comment.