plot_features_distribution | R Documentation |
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 id |
text_size |
text_size=4 |
text_position |
text_position, e.g. c(x=3,y=0.4) |
rug_length |
rug_length=0.04 |
ggplot
data("reporter_score_res")
plot_features_distribution(reporter_score_res, map_id = c("map05230", "map03010"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.