View source: R/platform-tools.R
gx.vennDiagrams | R Documentation |
Create a Venn diagram for up to three tables.
gx.vennDiagrams(table1Path, table2Path, table3Path = "",
table1Name = "Left", table2Name = "Right", table3Name = "Middle",
output, simple = T, wait = T, verbose = F)
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 |
the job id of the submitted task. The job id can be used to retrieve information about the status of the analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.