plot_significance {ReporterScore} | R Documentation |
Plot the significance of pathway
Description
Plot the significance of pathway
Usage
plot_significance(reporter_res, map_id)
Arguments
reporter_res |
result of 'get_reporter_score' or 'reporter_score' |
map_id |
the pathway or module id |
Value
ggplot
Examples
data("reporter_score_res")
plot_significance(reporter_score_res, map_id = c("map05230", "map03010"))
[Package ReporterScore version 0.1.6 Index]