在进行韦恩图绘制的时候出现报错:
出现这个报错的原因是在输入数据应当是一个有名字的list,要求是这个list中的每个元素都有名字。
venn <- list(A,B,C)
names(venn) <- c("A","B","C")
这样之后再进行绘制就没有问题了
附:
VennDiagram绘制venn图详细参数:
https://www.omicsclass.com/article/2259
VennDiagram绘制venn图基本语法:
VennDiagram::venn.diagram( x = venn,filename =NULL,#filename = "./figure_final/tif/Venn.tiff", resolution =300, disable.logging = FALSE, col = NA, fill = palette, cat.col = palette, cat.cex =1, cat.dist =-0.15, rotation.degree =0, main.cex =1, cex =1, alpha =0.5, reverse = TRUE )
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!