enrichplot: Plot the Enrichment Reuslt

View source: R/enrichplot.R

enrichplotR Documentation

Plot the Enrichment Reuslt

Description

This function plots the enrichment result.

Usage

enrichplot(x, low = "blue", high = "red", cex.size = 15)

Arguments

x

A data.frame with the enrichment analysis results.

low

Colours for low.

high

Colours for high.

cex.size

Text size.

Details

enrichplot

Value

An enrichment plot.

Author(s)

Matineh Rahmatbakhsh, matinerb.94@gmail.com

See Also

See enrichfindP for functional enrichment analysis.

Examples

data('enrich.df')
#select enrichment for one of the example (e.g., E protein)
enrich.df <-
enrich.df[enrich.df$id == "E:P0DTC4", ]
enrichplot(enrich.df, low = "blue", high = "red", cex.size = 10)

mrbakhsh/HPiP documentation built on March 28, 2023, 4:35 p.m.