gx.vennDiagrams: Create a Venn diagram for up to three tables.

View source: R/platform-tools.R

gx.vennDiagramsR Documentation

Create a Venn diagram for up to three tables.

Description

Create a Venn diagram for up to three tables.

Usage

gx.vennDiagrams(table1Path, table2Path, table3Path = "",
  table1Name = "Left", table2Name = "Right", table3Name = "Middle",
  output, simple = T, wait = T, verbose = F)

Arguments

table1Path

path to first (left) table

table2Path

path to second (right) table

table3Path

path to third (middle) table (optional)

table1Name

name/title of left table

table2Name

name/title of right table

table3Name

name/title of middle table

output

output path (does not need to exist)

simple

set true for circle diameters proportional to group size

wait

set true to wait for the analysis to complete

verbose

set true for more progress info

Value

the job id of the submitted task. The job id can be used to retrieve information about the status of the analysis.


genexplain/geneXplainR documentation built on Oct. 24, 2023, 8:56 a.m.