1、堆叠小提琴图展示marker基因https://www.jianshu.com/p/7fdae038d7c1
VlnPlot(all,features = makers,stack=T,pt.size=0,flip = T,add.noise = T)+
theme(axis.text.y = element_blank(),
axis.ticks.y = element_blank(),
axis.title = element_blank(),
axis.text.x = element_text(colour = 'black',size = 10,angle = 90),
legend.position = 'none')
2、单细胞Marker基因可示化包Nebulosa(主要用umap展示),可以解决marker基因表达量低不明显的问题
https://www.jianshu.com/p/1765e33874c0
https://www.jianshu.com/p/34313bbadc1a
网友评论