Skip to content

Commit

Permalink
prep for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwbutler committed Jan 27, 2021
1 parent 9242f58 commit 2cab995
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 94 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: 3.9.9.9038
Date: 2020-01-24
Version: 4.0.0
Date: 2020-01-27
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
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Seurat 4.0.0-beta
# Seurat 4.0.0 (2020-01-27)
## Added
- Expose `FoldChange()` component in `FindMarkers()`.
- Add the `merge.DimReduc` method
Expand Down
94 changes: 3 additions & 91 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
[![CRAN Version](https://www.r-pkg.org/badges/version/Seurat)](https://cran.r-project.org/package=Seurat)
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/Seurat)](https://cran.r-project.org/package=Seurat)

# Seurat v4.0 Beta

# Seurat v4.0

Seurat is an R toolkit for single cell genomics, developed and maintained by the Satija Lab at NYGC.

Expand All @@ -18,93 +17,6 @@ Seurat is also hosted on GitHub, you can view and clone the repository at

Seurat has been successfully installed on Mac OS X, Linux, and Windows, using the devtools package to install directly from GitHub

Improvements and new features will be added on a regular basis, please contact [email protected] with any questions or if you would like to contribute

Version History

July 15, 2020

* Version 3.2
* Changes:
* Support for analysis and visualization of spatially resolved datasets

August 20, 2019

* Version 3.1
* Changes:
* Support for SCTransform integration workflows
* Integration speed ups: reference-based integration + reciprocal PCA

April 12, 2019

* Version 3.0
* Changes:
* Preprint published describing new methods for identifying anchors across single-cell datasets
* Restructured Seurat object with native support for multimodal data
* Parallelization support via future

July 20, 2018

* Version 2.4
* Changes:
* Java dependency removed and functionality rewritten in Rcpp

March 22, 2018

* Version 2.3
* Changes:
* New utility functions
* Speed and efficiency improvments

January 10, 2018

* Version 2.2
* Changes:
* Support for multiple-dataset alignment with RunMultiCCA and AlignSubspace
* New methods for evaluating alignment performance

October 12, 2017

* 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

July 26, 2017

* 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

October 4, 2016

* Version 1.4 released
* Changes:
* Improved tools for cluster evaluation/visualizations
* Methods for combining and adding to datasets

August 22, 2016:

* Version 1.3 released
* Changes :
* Improved clustering approach - see FAQ for details
* All functions support sparse matrices
* Methods for removing unwanted sources of variation
* Consistent function names
* Updated visualizations

May 21, 2015:

* Drop-Seq manuscript published. Version 1.2 released
* Changes :
* Added support for spectral t-SNE and density clustering
* New visualizations - including pcHeatmap, dot.plot, and feature.plot
* Expanded package documentation, reduced import package burden
* Seurat code is now hosted on GitHub, enables easy install through devtools
* Small bug fixes

April 13, 2015:
Improvements and new features will be added on a regular basis, please post on the [github page](https://github.com/satijalab/seurat) with any questions or if you would like to contribute

* Spatial mapping manuscript published. Version 1.1 released (initial release)
For a version history/changelog, please see the [NEWS file](https://github.com/satijalab/seurat/blob/master/NEWS.md).

0 comments on commit 2cab995

Please sign in to comment.