Skip to content

Releases: satijalab/seurat

Version 2.3.2

12 Jun 19:23
Compare
Choose a tag to compare
  • New functions for reading in and manipulating data
  • Better support for and validation of assay data
  • Compatability updates for ggplot2 v2.3.0

Version 2.3.1

05 May 17:16
Compare
Choose a tag to compare

Changes:

  • Support for UMAP dimensional reduction technique
  • New conversion functions
  • Dependency update: requires R 3.4.0 or higher and Matrix 1.2-14 or higher
  • Bug fixes, including memory enhancements to FetchData and AddModuleScore, as well as improvments to visualization functions

Version 2.3.0

04 Apr 14:25
Compare
Choose a tag to compare

Changes:

  • Support for HTO demultiplexing
  • Utility functions: TransferIdent, CombineIdent, SplitObject, vector.friendly
  • C++ implementation for parts of BuildSNN
  • Preliminary parallelization support (regression and JackStraw)
  • Support for FItSNE
  • MetaDE replaced with metap for combining p-values (MetaDE was removed from CRAN)
  • NMF heatmaps replaced (NMF to be archived by CRAN)

Version 2.2.1

14 Feb 20:39
Compare
Choose a tag to compare

Changes:

  • Support for multiple-dataset alignment with RunMultiCCA and AlignSubspace
  • New methods for evaluating alignment performance
  • MetaDE replaced with metap for combining p-values (MetaDE was removed from CRAN)
  • NMF heatmaps replaced (NMF to be archived by CRAN)

Version 2.1.0

12 Oct 21:08
Compare
Choose a tag to compare

Version 2.1
Changes:

  • Support for using MAST and DESeq2 packages for differential expression testing in FindMarkers
  • Support for multi-modal single-cell data via @assay slot

Version 2.0.1

28 Aug 15:58
Compare
Choose a tag to compare

Version 2.0.1 -- CRAN Release

Seurat is now available on CRAN. This version on Seurat is compatible with 2.0.0, but includes updated documentation, example data sets, and minor bug fixes. Installation can now be done with install.packages(). Binaries are no longer provided as they are built by CRAN. See the CRAN package page for Seurat here.

Version 2.0.0

27 Jul 01:03
Compare
Choose a tag to compare

Version 2.0
Changes:

  • Preprint released for integrated analysis of scRNA-seq across conditions, technologies and species
  • Significant restructuring of code to support clarity and dataset exploration
  • Methods for scoring gene expression and cell-cycle phase

Pre-release v2.0

18 Jul 01:03
Compare
Choose a tag to compare
Pre-release v2.0 Pre-release
Pre-release

Pre-release version of Seurat v2.0.

Additional documentation and vignettes for all new features in Seurat v2.0 will accompany a full release in the near future

Changes:

  • Preprint released for integrated analysis of scRNA-seq across conditions, technologies and species
  • Significant restructuring of code to support clarity and dataset exploration

Release Version 1.4.0

04 Oct 04:54
Compare
Choose a tag to compare

Major Changes:

  • Added methods for negative binomial regression and differential expression testing for UMI count data
  • New ways to merge and downsample Seurat objects

Version 1.3.0

23 Aug 14:00
Compare
Choose a tag to compare

Major Changes :

  • Improved clustering approach
  • All functions support sparse matrices
  • Methods for removing unwanted sources of variation
  • Consistent function names
  • Updated visualizations