knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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:
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")
vignette("tmod")
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.