plot_features_distribution {ReporterScore}R Documentation

plot the Z-score of features distribution

Description

plot the Z-score of features distribution

Usage

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

Value

ggplot

Examples


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


[Package ReporterScore version 0.1.4 Index]