forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
401c794
commit 64e73ee
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +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 v2.0 | ||
# Seurat v2.1 | ||
|
||
|
||
Seurat is an R toolkit for single cell genomics, developed and maintained by the Satija Lab at NYGC. | ||
|
@@ -19,6 +19,11 @@ Seurat has been successfully installed on Mac OS X, Linux, and Windows, using th | |
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 | ||
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 | ||
|