# NOT RUN {
library(eVenn)
YNdisplay = TRUE # Allows commentaries and display of the main steps of the process
# Matrix of binary data
data(Data_Binary_Matrix)
evenn(matLists=Data_Binary_Matrix, display=YNdisplay, CompName="Binary_Matrix")
# Matrix of folds
# data(Data_Matrix_Of_Folds)
# evenn(matLists=Data_Matrix_Of_Folds, display=YNdisplay, CompName="Matrix_Of_Folds")
# Matrix of ratios
# data(Data_Matrix_Of_Ratios)
# evenn(matLists=Data_Matrix_Of_Ratios, display=YNdisplay, CompName="Matrix_Of_Ratios")
# List of 2, 3 or 4 matrix w/wo modulations and w/wo profils data
data(Data_Lists)
# evenn(matLists=Data_Lists[c("List_1", "List_2", "List_3", "List_4")], annot=TRUE,
# display=YNdisplay, CompName="Lists_4")
# evenn(matLists=Data_Lists[c("List_1", "List_2", "List_3", "List_4")], ud=TRUE,
# annot=TRUE, display=YNdisplay, CompName="Lists_4_UD")
# evenn(matLists=Data_Lists[c("List_1", "List_2", "List_3", "List_4", "DataMoy")],
# ud=TRUE, annot=TRUE, Profils=TRUE, display=YNdisplay, CompName="Lists_4_UD_Profils")
# }
Run the code above in your browser using DataLab