需要的R包:
ggrastr
pdf("/data/Zhiyong/plot___2___.pdf", width = 7, height = 7) ggplot()+geom_point_rast(data = kk_all, aes(x=tSNE_1, y=tSNE_2), color="gray") dev.off()将所有点进行
光栅化,然后嵌入
需要的R包:
ggrastr
pdf("/data/Zhiyong/plot___2___.pdf", width = 7, height = 7) ggplot()+geom_point_rast(data = kk_all, aes(x=tSNE_1, y=tSNE_2), color="gray") dev.off()将所有点进行
光栅化,然后嵌入