Skip to content

Create Venn Diagrams from Lists, with optional directionality

License

Notifications You must be signed in to change notification settings

rusalkaguy/Sets2VennDiagram

Repository files navigation

Sets2VennDiagram

Create Venn Diagrams from List of 2-5 sets of IDs

# 
# load
#
require(devtools)
devtools::install_github("rusalkaguy/Sets2VennDiagram")
library(Sets2VennDiagram)
#
# test
#

# show docs
?Sets2VennDiagram::vennSets

# simple Venn
Sets2VennDiagram::vennSets(list(A=1:5,B=3:7),set.col=c("A"="red", "B"="blue"))

simple Venn output

About

Create Venn Diagrams from Lists, with optional directionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages