Index of /web/packages/tmod/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-10-02 17:10 5.9K 

README

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:

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:

install.packages("tmod")

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