Skip to content

Commit 656fc8b

Browse files
authored
Merge pull request #8550 from satijalab/develop
Seurat v5.0.2
2 parents 41d19a8 + 2b9ee19 commit 656fc8b

26 files changed

+688
-407
lines changed

DESCRIPTION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: Seurat
2-
Version: 5.0.1
3-
Date: 2023-11-16
2+
Version: 5.0.2
3+
Date: 2024-02-28
44
Title: Tools for Single Cell Genomics
55
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.
66
Authors@R: c(
@@ -113,7 +113,7 @@ Collate:
113113
'sketching.R'
114114
'tree.R'
115115
'utilities.R'
116-
RoxygenNote: 7.2.3
116+
RoxygenNote: 7.3.1
117117
Encoding: UTF-8
118118
Suggests:
119119
ape,

NEWS.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Seurat 5.0.2 (2024-02-28)
2+
3+
## Changes
4+
5+
- Fixed `AverageExpression` to handle `features` vector when `layer="scale.data"` and `return.seurat=TRUE`
6+
- Added `fc.slot` parameter to `FindMarkers`
7+
- Fixed `SCTransform` to handle `vars.to.regress` ([#8148](https://github.com/satijalab/seurat/issues/8148)) and ([#8349](https://github.com/satijalab/seurat/issues/8349))
8+
- Fixed `SCTransform` to handle fetching residuals ([#8185](https://github.com/satijalab/seurat/issues/8185))
9+
110
# Seurat 5.0.1 (2023-11-16)
211

312
## Changes

0 commit comments

Comments
 (0)