plotGSEA {cTRAP}R Documentation

Plot gene set enrichment analysis (GSEA)

Description

Plot gene set enrichment analysis (GSEA)

Usage

plotGSEA(stats, topGenes = NULL, bottomGenes = NULL,
  title = "GSEA plot", gseaParam = 1)

Arguments

stats

Named numeric vector: statistics

topGenes

Named list of characters: up-regulated genes

bottomGenes

Named list of characters: down-regulated genes

title

Character: title

gseaParam

Numeric: GSEA-like parameter

Value

Grid of plots illustrating a GSEA plot


[Package cTRAP version 1.4.0 Index]