plot_features_distribution function

plot the Z-score of features distribution

plot the Z-score of features distribution

plot_features_distribution( reporter_res, map_id, text_size = 4, text_position = NULL, rug_length = 0.04 )

Arguments

  • reporter_res: result of reporter_score
  • map_id: the pathway or module id
  • text_size: text_size=4
  • text_position: text_position, e.g. c(x=3,y=0.4)
  • rug_length: rug_length=0.04

Returns

ggplot

Examples

data("reporter_score_res") plot_features_distribution(reporter_score_res, map_id = c("map05230", "map03010"))