plotVennDiagramm will create a Venn Diagram ans is based on the VennDiagram package. It accepts a list of BCdat objects and will return a ggplot2 output object.
plotVennDiagram(
BC_dat,
alpha_value = 0.4,
colrs = NA,
border_color = NA,
plot_title = "",
legend_sort = NULL,
annotationSize = 5
)
ggplot2 object.
a list of BCdat objects.
color transparency value [0-1].
a character vector containing the desired colors, if NA the colors will be chosen automatically.
a character value specifying the desired border color, if NA no border will be drawn.
a character value.
a character or factor vector in case the order of legend items needs to be changed.
an integer value specifying the venn diagramm internal text size.