make.bubble.plot: Make Bubble Plot

Description Usage Arguments Details Value

View source: R/graph_functions.R

Description

Creates a ggplot2 bubble plot from a table obtained with multiple.bed.intersect

Usage

1
make.bubble.plot(mobeen_object, title = "", odds_conv = TRUE)

Arguments

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)

Details

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).

Value

A ggplot2 object with the graph.


omorante/mubeen documentation built on June 4, 2020, 9:19 p.m.