Description Usage Arguments Details Value Author(s)
Function to make Venn diagrams from three vectors containing gene symbols or gene ids. Results are shown in a plot, and the lists of genes corresponding to each region can be obtained.
1 | Venn3Plot.st(list1, list2, list3, listNames, filename, Table1, Table2, Table3, img.fmt = "pdf", ColName = "GeneSymbol", resDir = NULL)
|
list1 |
First vector of genes to compare in the Venn diagram. |
list2 |
Second vector of genes to compare in the Venn diagram. |
list3 |
Third vector of genes to compare in the Venn diagram. |
listNames |
Vector with the names of list1,list2 and list3. |
filename |
Name of the output files. |
Table1 |
Table with gene information in list1. |
Table2 |
Table with gene information in list2. |
Table3 |
Table with gene information in list3. |
img.fmt |
Default "pdf", if "png" the Venn plot is generated in .png image format. |
ColName |
Name of the column containing gene symbols and common in Table1, Table2 and Table3. |
resDir |
Results directory path. |
Function to make venn diagrams with the comparisons of three vectors and to make a .xlsx file with the common genes. Each sheet contains common genes selected in different tables.
Venn diagram plot in .pdf format and a .xlsx file with common genes.
Magdalena Arnal Segura <marnal@imim.es>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.