Skip to content

Commit

Permalink
Set mean as default
Browse files Browse the repository at this point in the history
  • Loading branch information
jleechung committed Feb 18, 2024
1 parent 98bc6e0 commit cc791fe
Show file tree
Hide file tree
Showing 41 changed files with 309 additions and 303 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Banksy
Title: Spatial transcriptomic clustering
Version: 0.99.6
Version: 0.99.7
Authors@R: c(
person(given = "Vipul",
family = "Singhal",
Expand All @@ -19,7 +19,7 @@ Description: Banksy is an R package that incorporates spatial information to
neighbor-augmented product space which can then be clustered, allowing for
accurate and spatially-aware cell typing and tissue domain segmentation.
Depends:
R (>= 4.3.0)
R (>= 4.4.0)
Imports:
aricode,
data.table,
Expand All @@ -41,7 +41,7 @@ License: file LICENSE
Encoding: UTF-8
URL: https://github.com/prabhakarlab/Banksy
BugReports: https://github.com/prabhakarlab/Banksy/issues
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
Expand Down
2 changes: 1 addition & 1 deletion R/cluster.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
#'
clusterBanksy <-
function(se,
use_agf = TRUE,
use_agf = FALSE,
lambda = 0.2,
use_pcs = TRUE,
npcs = 20L,
Expand Down
2 changes: 1 addition & 1 deletion R/computation.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
computeBanksy <- function(se,
assay_name,
coord_names = NULL,
compute_agf = TRUE,
compute_agf = FALSE,
k_geom = 15,
spatial_mode = c("kNN_median", "kNN_r",
"kNN_rn", "kNN_rank", "kNN_unif",
Expand Down
4 changes: 2 additions & 2 deletions R/reduction.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#' spe <- runBanksyPCA(spe, M = 1, lambda = 0.2, npcs = 20)
#'
runBanksyPCA <- function(se,
use_agf = TRUE,
use_agf = FALSE,
lambda = 0.2,
npcs = 20L,
assay_name = NULL,
Expand Down Expand Up @@ -156,7 +156,7 @@ checkBanksyPCA <- function(params) {
#' spe <- runBanksyUMAP(spe, M = 1, lambda = 0.2)
#'
runBanksyUMAP <- function(se,
use_agf = TRUE,
use_agf = FALSE,
lambda = 0.2,
use_pcs = TRUE,
npcs = 20L,
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

148 changes: 74 additions & 74 deletions docs/articles/batch-correction.html

Large diffs are not rendered by default.

77 changes: 38 additions & 39 deletions docs/articles/domain-segment.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/articles/figures/batch-correction-spatial-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/figures/batch-correction-umap-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cc791fe

Please sign in to comment.