R图像保存
最后发布时间:2021-05-14 13:38:22
浏览量:
tff保存
tiff(file="figures/ALL_GO_MF.tiff",
width = 35,height = 22,units = "cm",compression = "lzw",bg = "white",res=300)
clusterProfiler::dotplot(go_MF,x = "GeneRatio",showCategory=showCategory, font.size = 18)
dev.off()