MINOR CHANGES
MINOR CHANGES
SIGNIFICANT USER-VISIBLE CHANGES
cluster_sets
to clusterSets
, decompose_sets
to decomposeSets
, filter_sets
to filterSets
, gmt_to_list
to readGMT
, incidence
to sparseIncidence
, incidence_to_list
to incidenceToList
, invert_sets
to invertSets
, range_extend
to extendRangeNum
, camera_color_fun
to cameraColorFun
, gsea_color_fun
to gseaColorFun
.sparseIncidence
, filterSets
, and invertSets
to S4 generics and add methods for objects of class GSEABase::GeneSet
and GSEABase::GeneSetCollection
. Added paragraph explaining how sparseIncidence
differs from GSEABase::incidence
.cameraPR.matrix()
: added "ZScore" column to results (placed before "PValue" column). The default value of the statistic_column
parameter of enrichmap
was also updated to "ZScore"
.enrichmap()
: heatmap rectangle fill and border color can now be changed via the heatmap_args
parameter.enrichmap()
: color legend title can now be changed via heatmap_args = list(name = "new title")
instead of heatmap_args = list(heatmap_legend_param = list(title = "new title"))
.enrichmap()
: added examples to documentation. Default text size is now controlled by the cell_size
argument.enrichmap()
: updated the heatmap layer function; all bubbles, regardless of significance, will have a radius of at least 0.2 * cell_size
.MINOR CHANGES
BUG FIXES