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-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Package: Seurat
2
-
Version: 4.0.3
3
-
Date: 2021-06-10
2
+
Version: 4.0.4
3
+
Date: 2021-08-19
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
+21
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
## Seurat 4.0.4 (2020-08-19)
2
+
## Added
3
+
- Add `reduction` parameter to `BuildClusterTree()` ([#4598](https://github.com/satijalab/seurat/issues/4598))
4
+
- Add DensMAP option to `RunUMAP()` ([#4630](https://github.com/satijalab/seurat/pull/4630))
5
+
- Add `image` parameter to `Load10X_Spatial()` and `image.name` parameter to `Read10X_Image()` ([#4641](https://github.com/satijalab/seurat/pull/4641))
6
+
- Add `ReadSTARsolo()` function to read output from STARsolo
7
+
- Add `densify` parameter to `FindMarkers()`
8
+
- Add `ReadParsebio()` function to read output from Parse Biosciences
9
+
- Add the `image.alpha` parameter to `SpatialDimPlot()` and `SpatialFeaturePlot()`
10
+
11
+
## Changes
12
+
- Warn and continue rather than erroring if not all features are available in `FindSpatiallyVariableFeatures()` ([#4611](https://github.com/satijalab/seurat/issues/4611))
13
+
- Bug fix for SCT-based integration in selecting proper reference model ([#4355](https://github.com/satijalab/seurat/issues/4355))
14
+
- Bug fix for reading from absolute paths in ReadMtx ([#4723](https://github.com/satijalab/seurat/issues/4723))
15
+
- Bug fix in SingleCellExperiment conversion ([#4633](https://github.com/satijalab/seurat/issues/4633))
16
+
- Bug fix in `FindVariableFeatures()` when using `selection.method = "mvp"` and `binning.method = "equal_frequency"` ([#4712](https://github.com/satijalab/seurat/issues/4712))
17
+
- Bug fix in `DoHeatmap()` to remove random characters from plot legend([#4660](https://github.com/satijalab/seurat/issues/4660))
18
+
- Fix cell renaming in `RunCCA()`
19
+
- Fix issue in SingleCellExperiment conversion where the mainExp would not be set properly
20
+
- Fix for default dispersion info displayed in `VariableFeaturePlot()`
#' @param pseudocount.use Pseudocount to add to averaged expression values when
462
464
#' calculating logFC. 1 by default.
463
465
#' @param fc.results data.frame from FoldChange
466
+
#' @param densify Convert the sparse matrix to a dense form before running the DE test. This can provide speedups but might require higher memory; default is FALSE
0 commit comments