You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Package: Seurat
2
-
Version: 4.0.2
3
-
Date: 2021-05-20
2
+
Version: 4.0.3
3
+
Date: 2021-06-10
4
4
Title: Tools for Single Cell Genomics
5
5
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.
Copy file name to clipboardExpand all lines: NEWS.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
-
# Seurat 4.0.2 (2020-03-20)
1
+
## Seurat 4.0.3 (2020-06-10)
2
+
## Added
3
+
- Add `jitter` parameter to `FeatureScatter()`
4
+
5
+
## Changes
6
+
- Fix issues with `as.SingleCellExperiment.Seurat()` for the latest verion of SingleCellExperiment ([#4532](https://github.com/satijalab/seurat/pull/4532))
7
+
- Ensure proper reference.reduction is used in `MapQuery()`
8
+
- Fix to `UpdateSymbolList()`, no longer searches aliases and exposes the `search.types` parameter in `GeneSymbolThesarus()` ([#4545](https://github.com/satijalab/seurat/issues/4545))
9
+
- Transfer `scale.data` slot as well when converting with `as.SingleCellExperiment.Seurat()`
10
+
- Enable `alpha` parameter for `SpatialDimPlot()`
11
+
- Fix `as.SingleCellExperiment.Seurat()` conversion for atypical `reducedDim` components
12
+
13
+
# Seurat 4.0.2 (2020-05-20)
2
14
## Added
3
15
- New `AddAzimuthScores()` and `AddAzimuthResults()` functions
4
16
- Add `shuffle` parameter to `FeatureScatter()` ([#4280](https://github.com/satijalab/seurat/pull/4280))
0 commit comments