knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

tmod

R-CMD-check test-coverage CRAN status

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:

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

Example usage

library(ggplot2)
library(cowplot)
theme_set(theme_minimal())
library(tmod)
data(EgambiaResults)
tt <- EgambiaResults

## gene set enrichment analysis
res <- tmodCERNOtest(tt$GENE_SYMBOL)
head(res)


january3/tmod documentation built on Jan. 21, 2025, 11:07 a.m.