Skip to content

Commit

Permalink
Pass fc.name parameter; satijalab#4474
Browse files Browse the repository at this point in the history
  • Loading branch information
timoast committed May 14, 2021
1 parent c07b8b2 commit 7cd62d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Seurat
Version: 4.0.1.9011
Date: 2021-05-13
Version: 4.0.1.9012
Date: 2021-05-14
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: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- Disallow NULL or another length 0 vector for `ident.1` in `FindMarkers()`
- Fix range shift when labeling clusters on a GeomSpatial plot
- Fix SpatialPlot distortion for non-square images.
- Fix `fc.name` parameter in `FindMarkers()` ([#4474](https://github.com/satijalab/seurat/issues/4474))

# Seurat 4.0.1 (2020-03-17)
## Added
Expand Down
1 change: 1 addition & 0 deletions R/differential_expression.R
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ FindMarkers.Seurat <- function(
pseudocount.use = pseudocount.use,
mean.fxn = mean.fxn,
base = base,
fc.name = fc.name,
...
)
return(de.results)
Expand Down

0 comments on commit 7cd62d6

Please sign in to comment.