Bioc2026 Registration Open!

TMSig

Tools for Molecular Signatures

Bioconductor version: 3.23 · Package version: 1.6.0

The TMSig package contains tools to prepare, analyze, and visualize named lists of sets, with an emphasis on molecular signatures (such as gene or kinase sets). It includes fast, memory efficient functions to construct sparse incidence and similarity matrices and filter, cluster, invert, and decompose sets. Additionally, bubble heatmaps can be created to visualize the results of any differential or molecular signatures analysis.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("TMSig")

Details

MaintainerTyler Sagendorf <tyler.sagendorf@pnnl.gov>
AuthorTyler Sagendorf [aut, cre] (ORCID: <https://orcid.org/0000-0003-1552-4870>), Di Wu [ctb], Gordon Smyth [ctb]
LicenseGPL (>= 3)
URLhttps://github.com/EMSL-Computing/TMSig
Bug Reportshttps://github.com/EMSL-Computing/TMSig/issues
Downloads rank168
Source branchRELEASE_3_23
biocViewsClustering, GeneSetEnrichment, GraphAndNetwork, Pathways, Software, Visualization

Documentation

Download

Dependencies

Depends: R (>= 4.4.0), limma

Imports: circlize, ComplexHeatmap, data.table, grDevices, grid, GSEABase, Matrix, methods, stats, utils

Suggests: BiocStyle, knitr, rmarkdown, testthat (>= 3.0.0)