Venn2.Fun: Two Method Comparison Venn Diagram

Description Usage Arguments Value

Description

This function will make a Venn Diagram showing unique hits for two different proteomics methods

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
Venn2.Fun(
  data1,
  data2,
  name1,
  name2,
  filename = "Two_Comparison_Venn_Diagram.PNG",
  imagetype = "png",
  textcolor = "black",
  outlinetype = "dotted",
  outlinewidth = 1,
  areafill = c("#6495ed", "#bf3eff"),
  alpha = c(0.3, 0.3),
  arealabelsize = 0.65,
  categorynamesize = 0.5,
  categorycolor = "black",
  scaled = FALSE
)

Arguments

data1

Unqiue Hit .csv Output method 1

data2

Unique Hit .csv Output method 2

name1

Method 1 Name

name2

Method 2 Name

filename

Filename for Output (default = 'Two_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"))

alpha

Transparency of Circles (default = 0.3)

arealabelsize

Size of Area Labels (default = 0.65)

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)

Value

Venn Diagram


amkeele2/DukeProteomicsSuite documentation built on April 27, 2021, 6:41 a.m.