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
| Maintainer | Tyler Sagendorf <tyler.sagendorf@pnnl.gov> |
| Author | Tyler Sagendorf [aut, cre] (ORCID: <https://orcid.org/0000-0003-1552-4870>), Di Wu [ctb], Gordon Smyth [ctb] |
| License | GPL (>= 3) |
| URL | https://github.com/EMSL-Computing/TMSig |
| Bug Reports | https://github.com/EMSL-Computing/TMSig/issues |
| Downloads rank | 168 |
| Source branch | RELEASE_3_23 |
| biocViews | Clustering, 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)