plot for enrich_kegg result
kegg_barplot(data, top = -10, down_label = "Down")
a enrich_kegg result, list format contains Up and Down
top rows of up and down
which one is Down
a ggplot OB
if (FALSE) {
test <- enrich_kegg(deg_data = DEG_df, x = "log2FoldChange", y = "pvalue")
kegg_barplot(test)
}