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:
An online version of tmod for demonstration purposes is available at
http://tmod.online
.
You can install the released version of tmod from CRAN with:
install.packages("tmod")
And the development version from GitHub with:
# install.packages("devtools")
::install_github("january3/tmod") devtools
Access the documentation using vignette("tmod")
library(tmod)
#> For tmod user guide, type `vignette("tmod")`
## basic example code