Description Usage Arguments Details Value
View source: R/graph_functions.R
Creates a ggplot2 bubble plot from a table obtained with multiple.bed.intersect
1 | make.bubble.plot(mobeen_object, title = "", odds_conv = TRUE)
|
mobeen_object |
A character vector with the path of the folder with the feature bed files. |
title |
A character vector with the title of your graph |
odds_conv |
A boolean indicating if the < 1 Odds Ratios should be converted to negative numbers to obtain a symmetric distribution (e.g. 0.5 would be -2) |
With this type of representation, you can only plot a genomic position (a bed file, and not all the multiple intersects at the same time).
A ggplot2 object with the graph.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.