Generate a Venn diagram for the data.
Usage
visualize.venn(
dataSet,
show_percentage = TRUE,
fill_color = c("blue", "yellow", "green", "red"),
saveVenn = TRUE,
proteinInformation = "preprocess_protein_information.csv"
)
Arguments
- dataSet
The 2d data set of data.
- show_percentage
A boolean (default = TRUE) specifying whether to show the percentage for each set.
- fill_color
A text (default = c("blue", "yellow", "green", "red")) specifying the colors to fill in circles.
- saveVenn
A boolean (default = TRUE) specifying whether to save the data, with logical columns representing sets, to current working directory.
- proteinInformation
The name of the .csv file containing protein information data (including the path to the file, if needed). This file is automatically generated by the function
preprocessing
.