Plot the significance of pathway
plot_significance(reporter_res, map_id)ggplot
# \donttest{
data("reporter_score_res")
plot_significance(reporter_score_res, map_id = c("map05230", "map03010"))
#> Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
#> ℹ Please use `linewidth` instead.
#> ℹ The deprecated feature was likely used in the ReporterScore package.
#> Please report the issue at
#> <https://github.com/Asa12138/ReporterScore/issues>.
# }