Skip to content

Commit

Permalink
Fix centering usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jleechung committed Jul 30, 2024
1 parent e8a479d commit fbb4891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Banksy
Title: Spatial transcriptomic clustering
Version: 0.99.12
Version: 0.99.13
Authors@R: c(
person(given = "Vipul",
family = "Singhal",
Expand Down
2 changes: 1 addition & 1 deletion R/computation.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ computeBanksy <- function(se,
})

# Compute harmonics with different k_geoms
center <- c(FALSE, rep(TRUE, length(M) - 1))
center <- c(FALSE, rep(center, length(M) - 1))
har <- Map(function(knn_df, M, center) {
out <- computeHarmonics(expr, knn_df, M, center, verbose = verbose)
rownames(out) <- rownames(expr)
Expand Down

0 comments on commit fbb4891

Please sign in to comment.