tmod
Tmod is a suite of gene set enrichment algorithms, visualizations and utilities which comes bundled with a few libraries of gene sets (“modules”). Following features distinguish tmod from other packages:
- “panel plot” visualizations which allow to compare results of gene set enrichments;
- several enrichment algorithms are implemented in tmod, in particular the very efficient, versatile and reproducible algorithm called “CERNO”;
- it includes a library of gene sets derived from clustering of gene expression data from human blood, which is especially useful in functional analysis in infection and immune responses.
An online version of tmod for demonstration purposes is available at http://tmod.online/
.
Installation
You can install the released version of tmod from CRAN with:
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("january3/tmod")
Tmod manual
Access the documentation using vignette("tmod")
library(tmod)
#> For tmod user guide, type `vignette("tmod")`
## basic example code