... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: GSVA |
2 |
-Version: 1.25.6 |
|
2 |
+Version: 1.25.7 |
|
3 | 3 |
Title: Gene Set Variation Analysis for microarray and RNA-seq data |
4 | 4 |
Authors@R: c(person("Justin", "Guinney", role=c("aut", "cre"), email="justin.guinney@sagebase.org"), |
5 | 5 |
person("Robert", "Castelo", role="aut", email="robert.castelo@upf.edu"), |
... | ... |
@@ -1,3 +1,18 @@ |
1 |
+CHANGES IN VERSION 1.26 |
|
2 |
+----------------------- |
|
3 |
+ |
|
4 |
+USER VISIBLE CHANGES |
|
5 |
+ |
|
6 |
+ o Updated implementation of the option 'abs.ranking=TRUE' to use the original Kuiper statistic. |
|
7 |
+ |
|
8 |
+ o Arguments 'rnaseq' and 'kernel' have been deprecated and replaced by a new argument 'kcdf'. |
|
9 |
+ |
|
10 |
+ o Arguments 'no.bootstraps' and 'bootstrap.percent' have been deprecated. |
|
11 |
+ |
|
12 |
+ o The return value with the default argument 'method="gsva"' has been simplified and it is not a list object anymore. Now the 'gsva()' function return always a matrix or an 'ExpressionSet' object, when the input expression data is also an 'ExpressionSet' object. |
|
13 |
+ |
|
14 |
+ o The 'gsva()' function can now be used through a shiny app that runs through the function 'igsva()'. |
|
15 |
+ |
|
1 | 16 |
CHANGES IN VERSION 1.24 |
2 | 17 |
----------------------- |
3 | 18 |
|