-
Notifications
You must be signed in to change notification settings - Fork 4
VennDiagram
EwoudEwing edited this page May 10, 2019
·
1 revision
Plots a Venndiagram of overlap. Based on the limma functions.
VennDiagram(n_groups = 4, Group1, Group2, Group3, Group4, names_groups, main, legend = F, percentage = F)
n_groups The number of groups to compare.
Group1 A vector.
Group2 A vector.
Group3 A vector.
Group4 A vector.
names_groups A vector with a names for each group.
main Plot title.
legend Add a legend to the plot.
percentage Add percentages to each group. Default is False
VennDiagram
VennDiagram(n_groups = 2,
Group1 =c("A","B","C","D","E"),
Group2 =c("A","B","F","G","H"),
names_groups = c("KO", "WT"),
main = "Overlap",
legend = FALSE,
percentage = FALSE )
Example Script: Example
Step 1A: Loading the data
Step 1B: Creating an Object
Step 2: Combine and Cluster
Step 2B: User supplied distance function
Step 2C: Highlighting-Genes
Step 3: Exporting Data
Step 4: Functional Investigation
Video: Step-by-step user guide