Sijian Xia

Results 10 comments of Sijian Xia

I have a try, maybe it is not perfect. This is my R code below. ```{r} ## ggvenn data export_ggvenn_data=function(venn_list,save_name){ max_length=c() exclude_list=list() for(i in names(venn_list)){ set1=venn_list[[i]] other_name=names(venn_list[-which(names(venn_list)==i)]) other_value=c() for(j in...

Recently I wrote a simple function for this: ```r venny_table = function(set_list,list_name){ names(setlist) = list_name len_list = length(list_name) ## all overlap items---------------------------------- overlap_items = Reduce(intersect, list(set1,set2,set3)) intersect_setdiff_for_two_sets = function(set1, set2){...

![image](https://github.com/yanlinlin82/ggvenn/assets/39158528/578de3d9-d9c0-4284-ba2f-6f8246325e3c)

Now it is also, error for no space on device.

Thanks♪(・ω・)ノ

![image](https://github.com/user-attachments/assets/020bda97-0526-47ad-9872-b58421480c23) maybe you can update it, thanks.

![image](https://github.com/user-attachments/assets/313df1d5-2b80-4c8d-a8eb-7cf0d886345c) It is OK, Thanks a lot~

This is my command: ![image](https://user-images.githubusercontent.com/39158528/212064805-0ae3a9fa-3709-41f9-8634-25a6be58ca06.png)