moss_venn function

Useful Venn diagrams to study the overlap between samples row names.

Useful Venn diagrams to study the overlap between samples row names.

moss_venn(L, a, lty = "blank", fill = NULL, element_names = NULL)

Arguments

  • L: List of elements which overlap we wish to check (e.g., row names by omic blocks).
  • a: Elements of the list we want to focus on (e.g., a subset of omic blocks). Numerical.
  • lty: Line width of circles circumferences.
  • fill: Color for each circle. Character vector. Defaults to NULL.
  • element_names: Names of each category. Character vector. Defaults to NULL

Returns

A data.frame with labels as rownames and two

  • Maintainer: Agustin Gonzalez-Reymundez
  • License: GPL-2
  • Last published: 2022-03-25