Description Usage Arguments Value
This function will make a Venn Diagram showing unique hits for three different proteomics methods
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Venn4.Fun(
data1,
data2,
data3,
data4,
name1,
name2,
name3,
name4,
filename = "Four_Comparison_Venn_Diagram.PNG",
imagetype = "png",
textcolor = "black",
outlinetype = "dotted",
outlinewidth = 1,
areafill = c("#6495ed", "#bf3eff", "#ffffba", "#90ee90"),
alpha = c(0.3, 0.3, 0.3, 0.3),
arealabelsize = 0.5,
categorynamesize = 0.5,
categorycolor = "black",
scaled = FALSE
)
|
data1 |
Unqiue Hit .csv Output method 1 |
data2 |
Unique Hit .csv Output method 2 |
data3 |
Unique Hit .csv Output method 3 |
data4 |
Unique Hit .csv Output method 4 |
name1 |
Method 1 Name |
name2 |
Method 2 Name |
name3 |
Method 3 Name |
name4 |
Method 4 Name |
filename |
Filename for Output (default = 'Four_Comparison_Venn_Diagram') |
imagetype |
Image Output Extension (default = png) |
textcolor |
Color of Circle's Circumference (default = black) |
outlinetype |
Circle Outline Dash pattern (default = dotted) |
outlinewidth |
Circle Outline Thickness (default = 1) |
areafill |
Color of Circles (default = c("#6495ed", "#bf3eff", "#ffffba", "#90ee90")) |
alpha |
Transparency of Circles (default = 0.3) |
arealabelsize |
Size of Area Labels (default = 0.5) |
categorynamesize |
Size of Category Names (default = 0.5) |
categorycolor |
Color of Category Names (default = black) |
scaled |
If TRUE Circle area will scale based on value (default = FALSE) |
Venn Diagram
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.