Skip to content

Commit

Permalink
Fix example for SmoothKNN
Browse files Browse the repository at this point in the history
  • Loading branch information
mass-a committed Nov 6, 2023
1 parent b381b07 commit 673f41f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: UCell
Type: Package
Title: Rank-based signature enrichment analysis for single-cell data
Version: 2.7.1
Version: 2.7.2
Authors@R: c(
person('Massimo', 'Andreatta',
email = '[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion R/SmoothKNN.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#' # Calculate UCell scores
#' obj <- AddModuleScore_UCell(obj,features = gene.sets, name=NULL)
#' # Run PCA
#' obj <- FindVariableFeatures(obj) |> ScaleData() |> RunPCA()
#' obj <- FindVariableFeatures(obj) |> NormalizeData() |> ScaleData() |> RunPCA()
#' # Smooth signatures
#' obj <- SmoothKNN(obj, reduction="pca", signature.names=names(gene.sets))
#' head(obj[[]])
Expand Down
2 changes: 1 addition & 1 deletion man/SmoothKNN.Rd

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

0 comments on commit 673f41f

Please sign in to comment.