Skip to content

Commit d015357

Browse files
authored
Merge pull request #9545 from satijalab/fix/RunSLSI.StdAssay-no-npcs-binding
Fix/run slsi.std assay no npcs binding
2 parents af3cbc2 + 8941be9 commit d015357

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: Seurat
2-
Version: 5.1.0.9009
2+
Version: 5.1.0.9010
33
Title: Tools for Single Cell Genomics
44
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.
55
Authors@R: c(

R/dimensional_reduction.R

-1
Original file line numberDiff line numberDiff line change
@@ -2770,7 +2770,6 @@ RunSLSI.StdAssay <- function(
27702770
reduction.data <- RunSLSI(
27712771
object = data.use,
27722772
assay = assay,
2773-
npcs = npcs,
27742773
reduction.key = reduction.key,
27752774
graph = graph,
27762775
verbose = verbose,

0 commit comments

Comments
 (0)