forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (22 loc) · 1.2 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Seurat v1.2.1
============
Seurat is an R toolkit for single cell genomics, created and maintained by the Satija Lab at NYGC.
Instructions, documentation, and tutorials can be found at:
- http://www.satijalab.org/seurat
Seurat is also hosted on GitHub, you can view and clone the repository at
- https://github.com/satijalab/seurat
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
October 6, 2015:
Fixed small bug in the jackStrawPlot function that affects new versions of ggplot2
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:
Spatial mapping manuscript published. Version 1.1 released (initial release)