venn.CodPot: A venn.CodPot function

View source: R/CodPot.R

venn.CodPotR Documentation

A venn.CodPot function

Description

This function allows to draw Venn diagram od coding potential outputs

Usage

venn.CodPot(
  CodPot,
  venncolors = c("green", "red", "blue", "yellow", "magenta", "black", "orange", "white",
    "darkgreen"),
  selmet = NULL
)

Arguments

CodPot

is the table generated usig CodPot2tbl() function

venncolors

the vector of colors

selmet

is the vector argument indicatin which methods you select to venn diagram - i.e.: c(1,1,1,1) or c(1,0,1,0).

Examples

venn.CodPot(CodPot = CodPot_table, selmet = c(1,1,0,0,1))


prodakt/lncRna documentation built on June 1, 2025, 1:05 p.m.