https://github.com/satijalab/seurat
Raw File
Tip revision: 1e79373ea4652a6822a4b84b6d7d8bdc3db5c975 authored by Paul Hoffman on 28 August 2017, 15:50:01 UTC
Merge branch 'develop'
Tip revision: 1e79373
NEWS.md
# News
All notable changes to Seurat will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [In develop]
### Added
- C++ implementation for parts of FindVariableGenes

## [2.0.1] - 2017-08-18
### Added
 - Now available on CRAN
 - Updated documentation complete with examples
 - Example datasets: `pbmc_small` and `cc.genes`

## [2.0.0] - 2017-07-26
### Added
- New method for aligning scRNA-seq datasets
- Significant code restructuring 
- New methods for scoring gene expression and cell-cycle phases
- New visualization features (do.hover, do.identify)
back to top