kegg_barplot: KEGG bar plot

View source: R/enhance_barplot.R

kegg_barplotR Documentation

KEGG bar plot

Description

plot for enrich_kegg result

Usage

kegg_barplot(data, top = -10, down_label = "Down")

Arguments

data

a enrich_kegg result, list format contains Up and Down

top

top rows of up and down

down_label

which one is Down

Value

a ggplot OB

Examples

## Not run: 
test <- enrich_kegg(deg_data = DEG_df, x = "log2FoldChange", y = "pvalue")
kegg_barplot(test)

## End(Not run)

xiayh17/RNAseqStat documentation built on June 16, 2022, 11:51 a.m.