Browse code

updating news

Federico Marini authored on 07/10/2022 13:26:11
Showing 1 changed files

  • NEWS.md index 707b666..0f9b29f 100644
... ...
@@ -3,13 +3,15 @@
3 3
 ## New features
4 4
 
5 5
 * `gs_heatmap` gains the `winsorize_threshold` parameter, to control the behavior of the geneset heatmap in presence of extreme values, either negative or positive ones. If not specified, the heatmap is not introducing any winsorization.
6
+* `map2color()` has a behavior that better accounts for asymmetric ranges of values. This propagates to some of the functions that use it for mapping to colors, such as `enrichment_map()`, or `ggs_backbone()`.
6 7
 
7 8
 ## Other notes
8 9
 
9 10
 * Fixed the behavior of the reactive elements after uploading the `GeneTonicList` object at runtime. 
10 11
 * Fixed the label namings for the `gs_heatmap` function
11 12
 * The `enhance_table()` function can handle the case where a gene is in the enrichment results table but not present in the annotation (e.g. annotations are updated, so some correspondences might get lost). It also presents an informative message on which genesets/genes are potentially responsible for the behavior. 
12
-
13
+* Some additional checks are in place for controlling the cases where the `z_score` of a geneset is detected as NA (e.g. because there was a mismatch between gene names and identifiers in the annotation).
14
+ 
13 15
 # GeneTonic 2.0.0
14 16
 
15 17
 ## New features