vennFromSets: Creates a Venn diagram based on the overlapping elements in...

View source: R/util.R

vennFromSetsR Documentation

Creates a Venn diagram based on the overlapping elements in vectors

Description

This is a convenience function that converts the list of vectors first into a logical matrix and subsequently applies the venn diagramm function from the limma package

Usage

vennFromSets(setList)

Arguments

setList

a named list of length two or three.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

aList = list(a=1:5,b=3:6)
vennFromSets(aList)

uzh/ezRun documentation built on April 14, 2024, 5:09 a.m.