Skip to content

Commit

Permalink
bug fix: expr to relab from resolved conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Oct 20, 2023
1 parent ab7d366 commit 5c6cd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/lefser.R
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ lefser <-
relab_sub <- filterKruskal(relab = relab_data, group = groupf, p.value = kruskal.threshold)

if (!is.null(blockCol)) {
block <- as.factor(colData(expr)[[blockCol]])
block <- as.factor(colData(relab)[[blockCol]])
block <- droplevels(block)
relab_sub <- fillPmatZmat(group = groupf, block = block, relab_sub = relab_sub, p.threshold = wilcox.threshold)
}
Expand Down

0 comments on commit 5c6cd67

Please sign in to comment.