Barplot for enrich_result_class

enrich_bar_plot(
  object,
  x_axis = c("p_value_adjust", "p_value"),
  cutoff = 0.05,
  top = 10
)

Arguments

object

enrich_result_class object.

x_axis

"p_value_adjust or "p_value"

cutoff

cutoff for p_value_adjust or p_value.

top

top pathways to show.

Author

Xiaotao Shen shenxt@stanford.edu