revigo_treemap: Plot Revigo Treemap

Description Usage Arguments Value Examples

View source: R/revigo_treemap.R

Description

Plot Revigo Treemap

Usage

1
revigo_treemap(data_dir, ...)

Arguments

data_dir

Directory to store revigo scripts and output files

...

additional arguments to treemap

Value

treemap plot

Examples

1
2
3
4
data(go_up1)
data_dir <- tempdir()
scrape_revigo(data_dir, go_up1)
revigo_treemap(data_dir, palette = "Accent", border.lwds = c(1,1), border.col = '#333333', fontcolor.labels = c('#333333', 'white'))

alexvpickering/revigoR documentation built on March 17, 2021, 8:09 p.m.