MINOR CHANGES
- Addressed 'Consider shorter lines' NOTE from BiocCheck.
MINOR CHANGES
- Reduced size of TMSig vignette.
SIGNIFICANT USER-VISIBLE CHANGES
- Renamed functions to adhere to Bioconductor style:
cluster_sets
toclusterSets
,decompose_sets
todecomposeSets
,filter_sets
tofilterSets
,gmt_to_list
toreadGMT
,incidence
tosparseIncidence
,incidence_to_list
toincidenceToList
,invert_sets
toinvertSets
,range_extend
toextendRangeNum
,camera_color_fun
tocameraColorFun
,gsea_color_fun
togseaColorFun
. - Converted functions
sparseIncidence
,filterSets
, andinvertSets
to S4 generics and add methods for objects of classGSEABase::GeneSet
andGSEABase::GeneSetCollection
. Added paragraph explaining howsparseIncidence
differs fromGSEABase::incidence
. cameraPR.matrix()
: added "ZScore" column to results (placed before "PValue" column). The default value of thestatistic_column
parameter ofenrichmap
was also updated to"ZScore"
.enrichmap()
: heatmap rectangle fill and border color can now be changed via theheatmap_args
parameter.enrichmap()
: color legend title can now be changed viaheatmap_args = list(name = "new title")
instead ofheatmap_args = list(heatmap_legend_param = list(title = "new title"))
.enrichmap()
: added examples to documentation. Default text size is now controlled by thecell_size
argument.enrichmap()
: updated the heatmap layer function; all bubbles, regardless of significance, will have a radius of at least0.2 * cell_size
.
MINOR CHANGES
- Added inst/script/c5.go.v2023.2.Hs.symbols.txt file to describe the process used to generate c5.go.v2023.2.Hs.symbols.gmt.gz.
BUG FIXES
- Fixed manual build errors caused by special characters used in LaTeX equations.
- Initial version.