-
Notifications
You must be signed in to change notification settings - Fork 15
/
NEWS
168 lines (127 loc) · 4.66 KB
/
NEWS
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
CHANGES IN VERSION 1.25.5
* reworked annotation parsing
CHANGES IN VERSION 1.23.4
* read.gct/write.gct functions are moved to phantasusLite package
CHANGES IN VERSION 1.23.3
* Changed a configuration scheme
* setupPhantasus() now can be used to generate a config
* Support for remote count files via HSDS
CHANGES IN VERSION 1.21.3
* Advanced normalizations: TMM & voom
* Complex differential expression design for limma & DESeq2
* Rework of count meta files (breaks backward compatibility)
CHANGES IN VERSION 1.19.3
* Shiny GAM -> Shiny GATOM
CHANGES IN VERSION 1.17.5
* All GEO datasets with <100K rows can be loaded
CHANGES IN VERSION 1.17.4
* Updated DESeq2 usage
CHANGES IN VERSION 1.15.7
* Using relative paths in counts metadata
CHANGES IN VERSION 1.15.5
* Fix windows-related bug in tests
CHANGES IN VERSION 1.15.3
* Major rework of RNA-seq counts support from external hdf5 files (like ARCHS4)
* Fix typing bug
CHANGES IN VERSION 1.15.1
* Option to omit gene version IDs (like in ENSEMBL) before conversion
* Annotations are trasnmitted with type information, which fixes many bugs
CHANGES IN VERSION 1.9.5
* Support for preloaded sessions
CHANGES IN VERSION 1.9.3
* Changed Dockerfile to nginx+rApache (default ports are changed)
CHANGES IN VERSION 1.7.6
* Fix bug after change to stringAsFactors=FALSE
CHANGES IN VERSION 1.7.4
* Removed Matrix.utils dependency
CHANGES IN VERSION 1.7.3
* Volcano plot tool
CHANGES IN VERSION 1.7.2
* Better GEO loader
* DESeq2 experimental support
* Initial support for hierarchical preloaded folder
CHANGES IN VERSION 1.5.1
* Fixed hanging on empty annotation file
CHANGES IN VERSION 1.3.5
* FGSEA tool
* Cache + static files optimizations
* Dataset permanent link feature
CHANGES IN VERSION 1.3.4
* Switch to fgseaMultilevel
CHANGES IN VERSION 1.3.3
* Custom order for annotation
* Revamped Charts tool
* AnnotationDB optimization
CHANGES IN VERSION 1.3.2
* PCA plot, GSEA plot and Chart tool can be exported to SVG
* Group by in column context menu
* Dataset open history
* Annotate dataset by AnnotateDB
* Switch column datatype in context menu
* GSEA plot uses general palette to color heatmap\annotation
* Minor bug fixes
CHANGES IN VERSION 1.1.6
* Minor bug fixes
CHANGES IN VERSION 1.1.5
* PCA plot uses annotation color scheme
* Rename annotation column implemented
* log2(1 + x) adjust tool added
* Calculated annotation revamped
* Annotate dataset revamped and moved to file
* Session syncing improved.
* Sweep adjustment implemented
CHANGES IN VERSION 1.1.3
* Option to get vertical GSEA plot
* Showing heatmap along the GSEA plot
* Changed filter scheme
* Better session synching between fronend and backend
CHANGES IN VERSION 1.1.2
* Moved to protobuf 3.4 in docker (supports messages up to 2GB)
* Set exact match to be default
* Set row profile as the default chart
CHANGES IN VERSION 1.1.1
* Fixes in PCA plot
* GSEA plotCHANGES IN VERSION 0.99.34
* Detecting conditions and replicates in GEO data
CHANGES IN VERSION 0.99.28
* Submit to Enrichr tool
* Changing shapes in PCA plot
* Better support for OS X and Windows
CHANGES IN VERSION 0.99.24
* Shiny GAM tool added
* PCA plot: pretty labels, auto-redraw
* Bug fixes
CHANGES IN VERSION 0.99.23
* Added options "Maximum Mean Probe" and "Maximum Median Probe" to Collapse Tool
* Fixed a bug emerging when one applies R-based function after collapsing by columns
CHANGES IN VERSION 0.99.22
* Fixed AdjustTool
* Removed obsolete output produced by servePhantasus
* Updated tutorial
CHANGES IN VERSION 0.99.21
* Merged changes from morpheus.js repository
* Added function `reparseCachedESs` for updating downloaded GEO-datasets, which are saved in cache
CHANGES IN VERSION 0.99.20
* A bit better code coverage with tests
CHANGES IN VERSION 0.99.19
* Safer procedure for phenoData parsing
* Even sample-empty datasets deserve to have displayed meta
CHANGES IN VERSION 0.99.18
* New phenoData parsing strategy for GEO Series
CHANGES IN VERSION 0.99.17
* Fixed issue with null featureData for GSE37270
CHANGES IN VERSION 0.99.16
* Fixed issue with incorrect perfomance of LimmaTool when columns are passed as args
CHANGES IN VERSION 0.99.15
* Updated tutorial
CHANGES IN VERSION 0.99.14
* Correct error messages when dataset is not present in GEO
CHANGES IN VERSTION 0.99.13
* Added possibility to load datasets from preloaded rda-files in specialized directory on server
* servePhantasus now opens browser with web-application automatically on start-up
* Added tutorial on main site
* Updated biocViews
* Updated tutorial and mans according to changes
* Added experimental support for loading RNA-seq dataset from GEO
CHANGES IN VERSION 0.99.12
* Added possibility to load GEO-dataset by specifying its id in link parameters