-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
44 lines (32 loc) · 1.36 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
Version 0.31:
* Use the plotwidgets package for pvalEffectPlot
Version 0.28:
* Apparently, knitr cache got packed in the package itself, blowing up
its size ten fold.
Version 0.29:
* A last minute bugfix
Version 0.28:
* Added simpleBoxpie - rectangular plots that are thought better to
visualize areas than regular pie charts
* added a few palette functions from my personal repertoire
Version 0.27:
* Introduced metabolic modules and created a vignette section for a case
study in metabolomic
* changed the return object of tmodPCA()
* added the "extra" parameter to showModule(); showModule() can take a
data frame or a vector now
* added "row.labels.style" parameter to tmodPanelPlot()
Version 0.25:
* corrected the malfunctioning testthat test. I HATE TESTTHAT. (Also, I
read it as "test t hat" - and wonder about estimates and Student's t)
Version 0.24:
* msigDB is broken, it no longer has unique identifiers in the global XML
file. I corrected the import function to make sure identifiers are
unique.
* pvalEffectPlot was expecting log10(p-values) rather than p-values. This
has been taken care of.
* evidencePlot can now generate GSEA-style curves (with the "style"
option)
Version 0.22:
* added Cohen's d estimate and t statistic to tmodLimmaTopTable()
* rewrote evidencePlot: it is now much more flexible