plot the Z-score of features distribution
plot_features_distribution( reporter_res, map_id, text_size = 4, text_position = NULL, rug_length = 0.04 )
reporter_res
: result of reporter_score
map_id
: the pathway or module idtext_size
: text_size=4text_position
: text_position, e.g. c(x=3,y=0.4)rug_length
: rug_length=0.04ggplot
data("reporter_score_res") plot_features_distribution(reporter_score_res, map_id = c("map05230", "map03010"))
Useful links