Skip to content

Commit

Permalink
Merge pull request #9545 from satijalab/fix/RunSLSI.StdAssay-no-npcs-…
Browse files Browse the repository at this point in the history
…binding

Fix/run slsi.std assay no npcs binding
  • Loading branch information
dcollins15 authored Dec 17, 2024
2 parents af3cbc2 + 8941be9 commit d015357
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: Seurat
Version: 5.1.0.9009
Version: 5.1.0.9010
Title: Tools for Single Cell Genomics
Description: A toolkit for quality control, analysis, and exploration of single cell RNA sequencing data. 'Seurat' aims to enable users to identify and interpret sources of heterogeneity from single cell transcriptomic measurements, and to integrate diverse types of single cell data. See Satija R, Farrell J, Gennert D, et al (2015) <doi:10.1038/nbt.3192>, Macosko E, Basu A, Satija R, et al (2015) <doi:10.1016/j.cell.2015.05.002>, Stuart T, Butler A, et al (2019) <doi:10.1016/j.cell.2019.05.031>, and Hao, Hao, et al (2020) <doi:10.1101/2020.10.12.335331> for more details.
Authors@R: c(
Expand Down
1 change: 0 additions & 1 deletion R/dimensional_reduction.R
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,6 @@ RunSLSI.StdAssay <- function(
reduction.data <- RunSLSI(
object = data.use,
assay = assay,
npcs = npcs,
reduction.key = reduction.key,
graph = graph,
verbose = verbose,
Expand Down

0 comments on commit d015357

Please sign in to comment.